diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-10-23 17:09:02 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-10-23 17:09:02 +0200 |
commit | 620fa64a2bd86022903482454df235e435431e75 (patch) | |
tree | f2cf803f53f2f27cd51d0e17a51e9b8117aa5b60 /app | |
parent | 0aed3e68e656f175cc94ca3d3a44302df22ed23b (diff) | |
download | wcms-620fa64a2bd86022903482454df235e435431e75.tar.gz wcms-620fa64a2bd86022903482454df235e435431e75.zip |
nf : added search/replace function in editor
Diffstat (limited to 'app')
-rw-r--r-- | app/view/templates/edithelp.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app/view/templates/edithelp.php b/app/view/templates/edithelp.php index 765adc0..e354f7c 100644 --- a/app/view/templates/edithelp.php +++ b/app/view/templates/edithelp.php @@ -4,6 +4,8 @@ <kbd>CTRL</kbd> + <kbd>S</kbd> <h4>display shortcut</h4> <kbd>CTRL</kbd> + <kbd>D</kbd> + <h4>Search</h4> + <kbd>ALT</kbd> + <kbd>F</kbd> <h4>Markdown synthax</h4> <ul> <li><code>[<i>hello</i>](<i>PAGE_ID</i>)</code>link</li> @@ -42,7 +44,8 @@ <h4>More infos</h4> <ul> - <li><a href="<?= $this->url('info') ?>" target="_blank">📕 W Manual</a></li> - <li><a href="https://daringfireball.net/projects/markdown/syntax" target="_blank">📏 Markdown encoding</a></li> - <li><a href="https://michelf.ca/projects/php-markdown/extra/" target="_blank">📐 Markdown Extra</a></li> + <li><a href="<?= $this->url('info') ?>" target="_blank">📕 W Manual</a></li> + <li><a href="https://daringfireball.net/projects/markdown/syntax" target="_blank">📏 Markdown encoding</a></li> + <li><a href="https://michelf.ca/projects/php-markdown/extra/" target="_blank">📐 Markdown Extra</a></li> + <li><a href="https://codemirror.net/demo/search.html" target="_blank" rel="noopener noreferrer">🐒 Full Search/replace Doc</a></li> </ul> |