mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-18 07:40:42 +00:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
298e156f6b |
+1
-1
@@ -22,7 +22,7 @@ url: https://ihm4u.github.io/twexe/
|
||||
* Works on Linux and Windows
|
||||
* Single file executable, can be moved, copied, etc.
|
||||
* Wiki is compressed, occupying less space on your disk (sometimes even a third of the space!)
|
||||
* Converts //any// Tiddlywiki5 file to a single file executable <<twexe>>, no need for special tiddlywiki plugins
|
||||
* Converts //any// Tiddlywiki5 file to a single file executable `twexe`, no need for special tiddlywiki plugins
|
||||
* Automatically uses the saving tab in the control panel (there you can specify a backup directory if you don't like the default)
|
||||
* Easily get back the html wiki file from the executable twexe (if you need it for some reason)
|
||||
* Opens up the possibility to run external executables from your wiki (to draw charts, etc.) - stay tuned!!
|
||||
|
||||
@@ -26,7 +26,7 @@ The <<.op search>> operator uses an extended syntax that permits multiple fields
|
||||
* ''flag list'': a comma delimited list of flags (defaults to `words` if blank)
|
||||
* ''parameter'': filter parameter
|
||||
|
||||
This example searches the fields <<.field title>> and <<.field caption>> for a case-sensitive match for the literal string <<.op-word "The first">>:
|
||||
This example searches the fields <<.field title>> and <<.field caption>> for a case-sensitive match for the literal string: <<.word "The first">>
|
||||
|
||||
```
|
||||
[search:title,caption:literal,casesensitive[The first]]
|
||||
|
||||
Reference in New Issue
Block a user