mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-02-03 12:49:18 +00:00
Add the new supertext syntax to the toolbar
This commit is contained in:
parent
d90fb0ba4a
commit
01e280fbdb
@ -507,7 +507,7 @@ const wrapBold = selectionWrapper(2, '**'),
|
||||
//line assets/assets.qtpl:14
|
||||
qw422016.N().S(`'),
|
||||
wrapHighlighted = selectionWrapper(2, '!!'),
|
||||
wrapLifted = selectionWrapper(1, '^'),
|
||||
wrapLifted = selectionWrapper(2, '^^'),
|
||||
wrapLowered = selectionWrapper(2, ',,'),
|
||||
wrapStrikethrough = selectionWrapper(2, '~~'),
|
||||
wrapLink = selectionWrapper(2, '[[', ']]')
|
||||
|
@ -42,7 +42,7 @@ const wrapBold = selectionWrapper(2, '**'),
|
||||
wrapItalic = selectionWrapper(2, '//'),
|
||||
wrapMonospace = selectionWrapper(1, '`'),
|
||||
wrapHighlighted = selectionWrapper(2, '!!'),
|
||||
wrapLifted = selectionWrapper(1, '^'),
|
||||
wrapLifted = selectionWrapper(2, '^^'),
|
||||
wrapLowered = selectionWrapper(2, ',,'),
|
||||
wrapStrikethrough = selectionWrapper(2, '~~'),
|
||||
wrapLink = selectionWrapper(2, '[[', ']]')
|
||||
|
@ -20,7 +20,7 @@
|
||||
{"italic", "wrapItalic()", "<i>//Italic//</i>"},
|
||||
{"highlighted", "wrapHighlighted()", "<mark>!!Highlight!!</mark>"},
|
||||
{"monospace", "wrapMonospace()", "<code>`Monospace`</code>"},
|
||||
{"lifted", "wrapLifted()", "<sup>^Lifted^</sup>"},
|
||||
{"lifted", "wrapLifted()", "<sup>^^Lifted^^</sup>"},
|
||||
{"lowered", "wrapLowered()", "<sub>,,Lowered,,</sub>"},
|
||||
{"strikethrough", "wrapStrikethrough()", "<strike>~~Strikethrough~~</strike>"},
|
||||
{"rocket", "insertRocket()", "=> rocketlink"},
|
||||
|
@ -50,7 +50,7 @@ func StreamToolbar(qw422016 *qt422016.Writer, u *user.User) {
|
||||
{"italic", "wrapItalic()", "<i>//Italic//</i>"},
|
||||
{"highlighted", "wrapHighlighted()", "<mark>!!Highlight!!</mark>"},
|
||||
{"monospace", "wrapMonospace()", "<code>`Monospace`</code>"},
|
||||
{"lifted", "wrapLifted()", "<sup>^Lifted^</sup>"},
|
||||
{"lifted", "wrapLifted()", "<sup>^^Lifted^^</sup>"},
|
||||
{"lowered", "wrapLowered()", "<sub>,,Lowered,,</sub>"},
|
||||
{"strikethrough", "wrapStrikethrough()", "<strike>~~Strikethrough~~</strike>"},
|
||||
{"rocket", "insertRocket()", "=> rocketlink"},
|
||||
|
Loading…
Reference in New Issue
Block a user