mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-27 09:24:45 +00:00
Merge branch 'tiddlywiki-com'
This commit is contained in:
commit
918e52b37b
@ -7,4 +7,4 @@ caption: build
|
||||
|
||||
{{$:/language/Help/build}}
|
||||
|
||||
See TiddlyWikiFolders for details of defining build targets.
|
||||
See [[tiddlywiki.info Files]] for details of defining build targets.
|
||||
|
@ -12,7 +12,7 @@ TiddlyWiki5 can be used as a simple task management system without further custo
|
||||
|
||||
<$list filter="[!has[draft.of]tag[task]!tag[done]sort[created]]">
|
||||
|
||||
<$checkbox tag="done"> <$link to={{!!title}}><$view field="title"/></$link></$checkbox>
|
||||
<$checkbox tag="done"> <$link/></$checkbox>
|
||||
|
||||
</$list>
|
||||
|
||||
@ -20,6 +20,6 @@ TiddlyWiki5 can be used as a simple task management system without further custo
|
||||
|
||||
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
|
||||
|
||||
<$checkbox tag="done"> ~~<$link to={{!!title}}><$view field="title"/></$link>~~</$checkbox>
|
||||
<$checkbox tag="done"> ~~<$link/>~~</$checkbox>
|
||||
|
||||
</$list>
|
||||
|
@ -18,6 +18,6 @@ This is a version of the TaskManagementExample enhanced with the ability to drag
|
||||
|
||||
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
|
||||
<div>
|
||||
<$checkbox tag="done"> ~~<$link to={{!!title}}><$view field="title"/></$link>~~</$checkbox>
|
||||
<$checkbox tag="done"> ~~<$link/>~~</$checkbox>
|
||||
</div>
|
||||
</$list>
|
||||
|
@ -4,4 +4,4 @@ tags: Learning
|
||||
title: TaskManagementExampleDraggableTemplate
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<$checkbox tag="done"> <$link to={{!!title}}><$view field="title"/></$link></$checkbox>
|
||||
<$checkbox tag="done"> <$link/></$checkbox>
|
||||
|
@ -6,7 +6,7 @@ type: text/vnd.tiddlywiki
|
||||
|
||||
\define .operator-rows(filter)
|
||||
<$list filter="$filter$"><tr>
|
||||
<td><$link to={{!!title}}>{{!!caption}}</$link></td>
|
||||
<td><$link>{{!!caption}}</$link></td>
|
||||
<td>{{!!op-purpose}}</td>
|
||||
<td align="center"><$list filter="[all[current]tag[Common Operators]]">✓</$list></td>
|
||||
<td align="center"><$list filter="[all[current]tag[Negatable Operators]]">`!`</$list></td>
|
||||
|
@ -7,7 +7,7 @@ op-output: those input tiddlers in which the list field <<.place F>> contains th
|
||||
op-parameter: a possible value to be found in list field <<.place F>>
|
||||
op-parameter-name: S
|
||||
op-purpose: filter the input by searching list fields for a value
|
||||
op-suffix: the name of a [[field|TiddlerFields]]
|
||||
op-suffix: the name of a [[field|TiddlerFields]] (defaults to `list`)
|
||||
op-suffix-name: F
|
||||
tags: [[Filter Operators]] [[Field Operators]] [[Negatable Operators]]
|
||||
title: contains Operator
|
||||
|
@ -6,3 +6,4 @@ type: text/vnd.tiddlywiki
|
||||
|
||||
<<.operator-example 1 "10.123456789 +[fixed[5]]">>
|
||||
<<.operator-example 2 "[[355]divide[113]fixed[7]]">>
|
||||
<<.operator-example 3 "[[1]divide[2]fixed[3]]">>
|
||||
|
@ -34,7 +34,7 @@ In the [[Keyboard Shortcuts Tab|$:/core/ui/ControlPanel/KeyboardShortcuts]] the
|
||||
* $:/config/shortcuts-not-windows/`my-shortcut`
|
||||
* $:/config/shortcuts-not-linux/`my-shortcut`
|
||||
|
||||
<<.tip """Note that those platform-specific tiddlers don't have to be created manually if the ''ShortcutInfo'' tiddler as mentioned above is created first and and the shortcut is configured in the ~ControlPanel""">>
|
||||
<<.tip """Note that those platform-specific tiddlers don't have to be created manually if the ''ShortcutInfo'' tiddler as mentioned above is created first and the shortcut is configured in the ~ControlPanel""">>
|
||||
|
||||
<br>
|
||||
|
||||
@ -98,7 +98,7 @@ If the tiddler that contains the macro definition is known and - for example - t
|
||||
!!! Messages
|
||||
|
||||
<$list filter="[tag[navigator-message]]">
|
||||
<$link to={{!!title}}><$view field="title"/></$link><br>
|
||||
<$link/><br>
|
||||
</$list>
|
||||
|
||||
</$vars>
|
||||
|
@ -26,6 +26,6 @@ Now any tiddler you tag as "Locked" will have the edit button hidden. To get it
|
||||
* Select all the tiddler text.
|
||||
* Click on the excise tool.
|
||||
* In the title box, type `$:/` and then paste the original title.
|
||||
* Use the defaults to excise and and leave a transclusion
|
||||
* Use the defaults to excise the text into a new tiddler and replace it with a transclusion
|
||||
|
||||
Now you can view the contents of your original tiddler, but to edit them your will have to find the the tiddler with the `$:/` prefix.
|
||||
Now you can view the contents of your original tiddler, but to edit them you will have to find the the tiddler with the `$:/` prefix.
|
||||
|
@ -1,4 +1,4 @@
|
||||
caption: thumbnail
|
||||
caption: list-thumbnails
|
||||
created: 20200612170158838
|
||||
modified: 20200612171804473
|
||||
tags: Macros [[Core Macros]]
|
||||
|
@ -13,7 +13,7 @@ The history list also maintains the field ''current-tiddler'' that contains the
|
||||
```
|
||||
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" storyview="pop">
|
||||
|
||||
<$button message="tm-close-tiddler" class="tc-btn-invisible tc-btn-mini">×</$button> <$link to={{!!title}}><$view field="title"/> <$reveal type="match" state="$:/HistoryList!!current-tiddler" text=<<currentTiddler>>>✓</$reveal></$link>
|
||||
<$button message="tm-close-tiddler" class="tc-btn-invisible tc-btn-mini">×</$button> <$link><$view field="title"/> <$reveal type="match" state="$:/HistoryList!!current-tiddler" text=<<currentTiddler>>>✓</$reveal></$link>
|
||||
|
||||
</$list>
|
||||
```
|
||||
@ -22,7 +22,7 @@ Which renders the same as the "Open" sidebar tab, with the addition of a tick ag
|
||||
|
||||
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" storyview="pop">
|
||||
|
||||
<$button message="tm-close-tiddler" class="tc-btn-invisible tc-btn-mini">×</$button> <$link to={{!!title}}><$view field="title"/> <$reveal type="match" state="$:/HistoryList!!current-tiddler" text=<<currentTiddler>>>✓</$reveal></$link>
|
||||
<$button message="tm-close-tiddler" class="tc-btn-invisible tc-btn-mini">×</$button> <$link><$view field="title"/> <$reveal type="match" state="$:/HistoryList!!current-tiddler" text=<<currentTiddler>>>✓</$reveal></$link>
|
||||
|
||||
</$list>
|
||||
|
||||
@ -32,4 +32,4 @@ To display content when the story is empty, create $:/config/EmptyStoryMessage a
|
||||
|
||||
```
|
||||
{{GettingStarted||$:/core/ui/ViewTemplate}}
|
||||
```
|
||||
```
|
||||
|
@ -28,7 +28,7 @@ Note how this approach makes the ''open'' tab in the sidebar very easy to implem
|
||||
|
||||
```
|
||||
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" storyview="pop">
|
||||
<$button message="tm-close-tiddler" class="tc-btn-invisible tc-btn-mini">×</$button> <$link to={{!!title}}><$view field="title"/></$link>
|
||||
<$button message="tm-close-tiddler" class="tc-btn-invisible tc-btn-mini">×</$button> <$link/>
|
||||
</$list>
|
||||
```
|
||||
|
||||
|
@ -7,7 +7,19 @@ type: text/vnd.tiddlywiki
|
||||
There are several ways in which custom plugins that are not part of TiddlyWiki's plugin library can be installed when using TiddlyWiki under Node.js. (See [[Installing a plugin from the plugin library]] for instructions on installing plugins from the library).
|
||||
|
||||
* Arrange the PluginFolders containing the plugins in a convenient shared location and then use [[environment variables|Environment Variables on Node.js]] to tell TiddlyWiki to search those folders. The plugins can be referenced in `tiddlywiki.info` by their name (e.g. `tiddlytools/magic`)
|
||||
* Place the PluginFolders containing the plugins in a `plugins` folder within the [[wiki folder|TiddlyWikiFolders]]
|
||||
* Place the PluginFolders containing the plugins in a `plugins` folder within the [[wiki folder|TiddlyWikiFolders]]. TiddlyWiki will attempt to include every subfolder as a plugin. Do not add the plugin names to `tiddlywiki.info`. Do not add the PluginFolders under a specific namespace:<br><pre>.
|
||||
├── plugins
|
||||
│ ├── relink
|
||||
│ │ ├── js
|
||||
│ │ ├── plugin.info
|
||||
│ │ └── tiddlers
|
||||
│ └── relink-markdown
|
||||
│ ├── js
|
||||
│ ├── plugin.info
|
||||
│ └── readme.tid
|
||||
├── tiddlers
|
||||
└── tiddlywiki.info
|
||||
</pre>
|
||||
* Depending on how TiddlyWiki itself has been installed, plugins can also be installed by copying the plugin folders into the `plugins` folder of the repository. This is only recommended if working with a forked copy of the repo. It is not recommended if TiddlyWiki has been installed with npm because npm is liable to overwrite the installation when performing an update
|
||||
|
||||
Note that including a plugin as an ordinary tiddler (e.g. by dragging and dropping a plugin into the browser) will result in the plugin only being active in the browser, and not available under Node.js.
|
||||
|
@ -1,4 +1,4 @@
|
||||
caption: $:/tags/Macro
|
||||
caption: $:/tags/Macro/View
|
||||
created: 20200103092530990
|
||||
description: marks global macros
|
||||
modified: 20200103092606462
|
||||
|
@ -10,7 +10,7 @@ type: text/vnd.tiddlywiki
|
||||
|
||||
\define .operator-rows(filter)
|
||||
<$list filter="$filter$"><tr>
|
||||
<td><$link to={{!!title}}>{{!!caption}}</$link></td>
|
||||
<td><$link>{{!!caption}}</$link></td>
|
||||
<td>{{!!op-purpose}} <$list filter="[all[current]tag[Common Operators]]">{{$:/core/images/done-button}}</$list></td>
|
||||
<td align="center"><$list filter="[all[current]tag[Negatable Operators]]">`!`</$list></td>
|
||||
</tr></$list>
|
||||
|
@ -18,6 +18,7 @@ The navigator widget displays any contained content, and responds to Messages di
|
||||
|history |Name of the tiddler containing the history list to be manipulated |
|
||||
|openLinkFromInsideRiver |Determines the location for opening new tiddlers from links within the story river: at the ''top'' or ''bottom'' of the story river, or ''above'' or ''below'' the current tiddler |
|
||||
|openLinkFromOutsideRiver|Determines the location for opening new tiddlers from linkes outside the story river: at the ''top'' or ''bottom'' of the story river|
|
||||
|relinkOnRename|<<.from-version "5.1.14">> Determines if tags in other tiddlers are renamed if the tiddler title changes. ''yes'' or ''no''. default: ''no''|
|
||||
|
||||
! Widget Messages
|
||||
|
||||
@ -26,9 +27,7 @@ The following [[Messages]] are handled by the navigator widget:
|
||||
<ul>
|
||||
<$list filter="[tag[navigator-message]]">
|
||||
<li>
|
||||
<$link to={{!!title}}>
|
||||
<$view field="title"/>
|
||||
</$link>
|
||||
<$link/>
|
||||
</li>
|
||||
</$list>
|
||||
</ul>
|
||||
|
@ -404,4 +404,8 @@ Csaba Molnar, @mocsa, 2020/04/29
|
||||
|
||||
Jonas Passerini, @passuf, 2020/05/14
|
||||
|
||||
Dazhong Xia, @jdangerx, 2020/06/23
|
||||
|
||||
Diep Pham, @favadi, 2020/07/30
|
||||
|
||||
Adithya Badidey, @adithya-badidey, 2020/08/10
|
||||
|
@ -15,7 +15,7 @@ Within view templates, the variable `tv-freelinks` is automatically set to the c
|
||||
|
||||
!! Notes
|
||||
|
||||
To change within which tiddlers freelinking occurs requires customising the shadow tiddler $:/plugins/tiddlywiki/freelinks/macros/view. This tiddler is tagged $:/tags/Macro/View which means that it will be included as a local macro in each view template. By default, its content is:
|
||||
To change within which tiddlers freelinking occurs requires customising the shadow tiddler [[$:/plugins/tiddlywiki/freelinks/macros/view]]. This tiddler is tagged $:/tags/Macro/View which means that it will be included as a local macro in each view template. By default, its content is:
|
||||
|
||||
```
|
||||
<$set name="tv-freelinks" value={{$:/config/Freelinks/Enable}}/>
|
||||
|
Loading…
Reference in New Issue
Block a user