From e7747bf975a8523be7756a71d1b5166f5229363b Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 8 Jan 2019 02:17:18 +0100 Subject: mini help --- app/view/templates/edithelp.php | 50 ++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 26 deletions(-) (limited to 'app/view/templates/edithelp.php') diff --git a/app/view/templates/edithelp.php b/app/view/templates/edithelp.php index d01f3aa..ff0ade5 100644 --- a/app/view/templates/edithelp.php +++ b/app/view/templates/edithelp.php @@ -1,27 +1,25 @@ -

Help !

-

To save your article, press the HOME, UPDATE, or DISPLAY buttons. You can use the keyboard shortcuts as well.

-
ALT + W : home
-
ALT + X : update
-
ALT + C : display
-

Markdown

-

The html main use Markdown encoding. Actualy, W is using Michel Fortin's Markdown Extra.

-

Links

-
[text](=article_id)
-

where article_id is the article's id you want to point to.

-

Images

-
[altimage](/img_id.extension)
-

Where img_id is the id of your image and its extension.

-

Shortcuts

-
%TITLE%
-

Show the title of your article.

-
%DESCRIPTION%
-

Show the description of your article.

-
%SUMMARY%
-

Generate a summary, the list of all your head titles using #, ##, ###...

-
%%tag_name%%
-

Generate a menu, a list of links to all articles under this tag.

-

vv

-

vv

-

vv

-

\ No newline at end of file +

update shortcut

+ ALT + X +

Synthax

+

+ 📏Markdown encoding +
+ 📐Markdown Extra +

+ + +

More infos

+ + 📕 Manual \ No newline at end of file -- cgit v1.2.3