mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-22 17:28:44 +00:00
Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47f0414eb1 | ||
|
|
e02e6bb366 | ||
|
|
c5f9161b59 |
+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]]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
caption: tm-navigate
|
||||
created: 20140226085215941
|
||||
modified: 20210705094948968
|
||||
tags: Messages
|
||||
title: WidgetMessage: tm-navigate
|
||||
type: text/vnd.tiddlywiki
|
||||
caption: tm-navigate
|
||||
|
||||
The `tm-navigate` message inserts the specified tiddler into the story and puts it at the top of the history stack. If the tiddler is not already present in the story then it will be positioned immediately after the tiddler specified in `event.navigateFromTitle`.
|
||||
|
||||
@@ -13,12 +13,12 @@ The navigate message requires the following properties on the `event` object:
|
||||
|navigateTo |Title of the tiddler that is being navigated |
|
||||
|navigateFromTitle |Title of the tiddler from which the navigation was initiated |
|
||||
|navigateFromClientRect |Bounding rectangle in client page coordinates of the element initiating the navigation |
|
||||
|navigateFromClientTop |<<<<.from-version "5.2.0">> Y coordinate of top edge of bounding client rectangle |
|
||||
|navigateFromClientLeft |<<<<.from-version "5.2.0">> X coordinate of left edge of bounding client rectangle |
|
||||
|navigateFromClientWidth |<<<<.from-version "5.2.0">> Width of bounding client rectangle |
|
||||
|navigateFromClientRight |<<<<.from-version "5.2.0">> X coordinate of right edge of bounding client rectangle |
|
||||
|navigateFromClientBottom |<<<<.from-version "5.2.0">> Y coordinate of bottom edge of bounding client rectangle |
|
||||
|navigateFromClientHeight |<<<<.from-version "5.2.0">> Height of bounding client rectangle |
|
||||
|navigateFromClientTop |<<.from-version "5.2.0">> Y coordinate of top edge of bounding client rectangle |
|
||||
|navigateFromClientLeft |<<.from-version "5.2.0">> X coordinate of left edge of bounding client rectangle |
|
||||
|navigateFromClientWidth |<<.from-version "5.2.0">> Width of bounding client rectangle |
|
||||
|navigateFromClientRight |<<.from-version "5.2.0">> X coordinate of right edge of bounding client rectangle |
|
||||
|navigateFromClientBottom |<<.from-version "5.2.0">> Y coordinate of bottom edge of bounding client rectangle |
|
||||
|navigateFromClientHeight |<<.from-version "5.2.0">> Height of bounding client rectangle |
|
||||
|navigateSuppressNavigation |''true'' causes the new tiddler to only be added to the story, and not the history stack. This suppresses the scrolling associated with navigating to a tiddler |
|
||||
|
||||
The navigate message can be generated by the LinkWidget, the ActionNavigateWidget and the ButtonWidget, and is handled by the NavigatorWidget.
|
||||
|
||||
@@ -11,7 +11,7 @@ type: text/vnd.tiddlywiki
|
||||
|
||||
Note that the processing only applies to the printable text, and not to other text, such as the values of attributes.
|
||||
|
||||
The whitespace setting only applies to the parsed content in which it appears. The setting is inherited by embedded [[Procedure Definitions]] and [[Custom Widgets]] definitions, but is not inherited by [[Macro definitions]].
|
||||
The whitespace setting only applies to the parsed content in which it appears. The setting is inherited by embedded [[Procedure Definitions]] and [[Custom Widgets]] definitions, but is not inherited by [[Macro Definitions]].
|
||||
|
||||
```
|
||||
\whitespace trim|notrim
|
||||
|
||||
@@ -92,7 +92,7 @@ This release includes several fixes and improvements to the TestCaseWidget, its
|
||||
! Hackability Improvements
|
||||
|
||||
* <<.link-badge-improved "https://github.com/TiddlyWiki/TiddlyWiki5/pull/8678">> [[keyboard-driven-input Macro]] to use modern syntax
|
||||
* <<.link-badge-adds "https://github.com/TiddlyWiki/TiddlyWiki5/pull/8699">> a shortcut syntax for setting CSS variables on [[an HTML element|HTML in WikiText]]
|
||||
* <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/8699">> a shortcut syntax for setting CSS variables on [[an HTML element|HTML in WikiText]]
|
||||
* <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/8698">> support for a control panel setting to configure the maximum number of tiddlers shown in the "recent" tab
|
||||
* <<.link-badge-updated "https://github.com/TiddlyWiki/TiddlyWiki5/pull/8291">> [[Table-of-Contents Macros]] to default to showing the table of contents for the current tiddler whenever no parameter is specified
|
||||
* <<.link-badge-added "https://github.com/TiddlyWiki/TiddlyWiki5/pull/8431">> support for the HTML entity `⁠` which can be useful for joining HTML elements without an unwanted linebreak
|
||||
|
||||
@@ -76,7 +76,7 @@ The width and the height can be specified as pixel values (eg "23" or "23px") or
|
||||
|
||||
! Image Status Classes
|
||||
|
||||
<<from-version "5.2.2">> The following CSS classes are automatically added to the `<img>` element to indicate the status of the image. Note that only one of these classes will be added at the same time.
|
||||
<<.from-version "5.2.2">> The following CSS classes are automatically added to the `<img>` element to indicate the status of the image. Note that only one of these classes will be added at the same time.
|
||||
|
||||
|''tc-image-loading'' |When the image is being loaded |
|
||||
|''tc-image-loaded'' |The image has been loaded successfully |
|
||||
|
||||
Reference in New Issue
Block a user