User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cheatsheet [2022-06-07 01:37] Neatnikcheatsheet [2022-06-24 02:42] Neatnik
Line 7: Line 7:
 ===== Wiki Syntax ===== ===== Wiki Syntax =====
  
-The core wiki syntax is documented on the [[https://www.dokuwiki.org/wiki:syntax|DokuWiki syntax page]].+The core wiki syntax is documented on the [[https://www.dokuwiki.org/wiki:syntax|DokuWiki syntax page]]. You can use [[https://pandoc.org/try/?text=&from=markdown&to=dokuwiki&standalone=0|this helpful tool to convert from Markdown to DokuWiki syntax]].
  
 ===== Create a New Page ===== ===== Create a New Page =====
  
 <html> <html>
-Page title: <input type="text" name="new_page" id="new_page"> <button onclick="window.location = document.getElementById('new_page').value + ?do=edit">Create</button>+Page title: <input type="text" name="new_page" id="new_page"> <button onclick="window.location = document.getElementById('new_page').value + '?do=edit';">Create</button>
 </html> </html>
  
cheatsheet.txt · Last modified: 2022-06-27 03:13 by Neatnik