From 37ae61fe6d76f72e4bd5567256ee4dd494649dab Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 9 Nov 2011 23:31:45 +0100 Subject: Hooray! First backend function implemented (content/write)! And it only took over a month. That's what I call efficiency.... NOT! --- .../src/systemtemplates/content_write.html | 159 ++++++++++++++++++++- 1 file changed, 152 insertions(+), 7 deletions(-) (limited to 'ratatoeskr/templates') diff --git a/ratatoeskr/templates/src/systemtemplates/content_write.html b/ratatoeskr/templates/src/systemtemplates/content_write.html index 962f116..81a4d9b 100644 --- a/ratatoeskr/templates/src/systemtemplates/content_write.html +++ b/ratatoeskr/templates/src/systemtemplates/content_write.html @@ -1,20 +1,165 @@ +Create textprocessor options. The default will be tags content. + + + + + + -
+ + $failed + +
+

+
    +
  • $v
  • +
+
+
+
+ $success + +
$success
+
+

Markdown Cheat Sheet

+ +

Emphasis / Strong

+

+ *emphasis*
+ _emphasis_
+ **strong**
+ __strong__ +

+ +

Paragraphs and manual line breaks.

+

+ First Paragraph
+
+Second Paragraph with
+long
+text
+
+To enforce a line break  
+end a line with two whitespaces.
+

+ +

Headers

+

+ Header 1
+========
+
+Header 2
+--------
+
+# Header 1
+
+## Header 2
+
+...
+
+###### Header 6
+

+ +

Linking

+

+ [Linktext](http://url/to/resource "Optional title") +

+

+ [Linktext][id]. Somewhere else:

+ [id]: http://url/to/resource "Optional title"
+

+ +

Images

+

+ ![alt text](/path/to/image "Optional title") +

+ +

Ordered / Unordered Lists

+

+ * Item A
+* Item B
+  
+  With a second paragraph.

+* Item C
+  * Item C1
+  * Item C2
+

+

+ 1. First element
+2. Second Element +
+

+ +

Learn More

+

+ Complete Syntax
+ Test Markdown +

+
-

Settings / Metadata

+

-

Unique URL Title:

-

+

:

+

+ : + +

+

:

+

:
(YYYY-MM-DD HH:MM:SS)

+

+ : + ?{$article_status|$article_status|1} + +

+

:

+
-

:

-

:

-

:

+ $morelangs + +

+

+ + ?{~{$i|eq|0}|| - }$lang[full] + +

+
+

+ : + +

+

+ : + +

+

+ : + +

+

+ :
+ +

-- cgit v1.2.3-54-g00ecf