1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-11-17 07:47:24 +00:00

Introduce text editor toolbar (#2315)

Tada!
This commit is contained in:
Jeremy Ruston
2016-04-22 08:36:29 +01:00
parent 4dd701c2dd
commit 2adf09129d
234 changed files with 3899 additions and 999 deletions

View File

@@ -0,0 +1,8 @@
title: $:/language/Snippets/MacroDefinition
tags: $:/tags/TextEditor/Snippet
caption: Macro definition
mode: wikified
\define macroName(param1:"default value",param2)
Text of the macro
\end