From e17392e46259e6f2e012017987cf7c31c171488f Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 28 Oct 2018 19:56:27 +0100 Subject: abstract config NWY --- w/view/templates/edithelp.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 w/view/templates/edithelp.php (limited to 'w/view/templates/edithelp.php') diff --git a/w/view/templates/edithelp.php b/w/view/templates/edithelp.php new file mode 100644 index 0000000..fee94c7 --- /dev/null +++ b/w/view/templates/edithelp.php @@ -0,0 +1,27 @@ + +

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 section 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 -- cgit v1.2.3