Compare commits

...
Author SHA1 Message Date
Mario Pietsch 298e156f6b fix typos 2026-09-16 23:30:15 +02:00
2 changed files with 2 additions and 2 deletions
@@ -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!!
+1 -1
View File
@@ -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]]