kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Add one-character macro names for every punctuation shortcuts
Per @evolena neat suggestion: <<:>> is shorter and looks better than <<dp>>print-window-tiddler
rodzic
bf37522808
commit
a8c4b524b6
|
@ -1,5 +1,7 @@
|
||||||
created: 20141108184809586
|
created: 20141108184809586
|
||||||
modified: 20141115213313072
|
creator: 127.0.0.1
|
||||||
|
modified: 20141212092801073
|
||||||
|
modifier: 127.0.0.1
|
||||||
tags: $:/tags/Macro
|
tags: $:/tags/Macro
|
||||||
title: $:/editions/fr-FR/util-macros
|
title: $:/editions/fr-FR/util-macros
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
@ -9,15 +11,27 @@ type: text/vnd.tiddlywiki
|
||||||
\define dp()
|
\define dp()
|
||||||
 :<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
 :<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
||||||
\end
|
\end
|
||||||
|
\define :()
|
||||||
|
 :<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
||||||
|
\end
|
||||||
\define pv()
|
\define pv()
|
||||||
 ;<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
 ;<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
||||||
\end
|
\end
|
||||||
|
\define ;()
|
||||||
|
 ;<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
||||||
|
\end
|
||||||
\define pi()
|
\define pi()
|
||||||
 ?<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
 ?<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
||||||
\end
|
\end
|
||||||
|
\define ?()
|
||||||
|
 ?<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
||||||
|
\end
|
||||||
\define pe()
|
\define pe()
|
||||||
 !<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
 !<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
||||||
\end
|
\end
|
||||||
|
\define !()
|
||||||
|
 !<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
||||||
|
\end
|
||||||
\define gf(text)
|
\define gf(text)
|
||||||
<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
||||||
« $text$ »
|
« $text$ »
|
||||||
|
|
Ładowanie…
Reference in New Issue