https://github.com/tiddly-gittly/template-list
Show a list of template when you create a new tiddler 在新建条目时展示一系列可用模板
https://github.com/tiddly-gittly/template-list
prefab preset template tiddlywiki tiddlywiki5
Last synced: 10 months ago
JSON representation
Show a list of template when you create a new tiddler 在新建条目时展示一系列可用模板
- Host: GitHub
- URL: https://github.com/tiddly-gittly/template-list
- Owner: tiddly-gittly
- License: mit
- Created: 2023-02-03T14:35:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T09:22:09.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T17:09:21.143Z (about 1 year ago)
- Topics: prefab, preset, template, tiddlywiki, tiddlywiki5
- Language: JavaScript
- Homepage: https://tiddly-gittly.github.io/template-list/
- Size: 1.01 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wikitext plugin template for TiddlyWiki5
[中文](src/Readme-zh_CN.tid)
## !! Features
This plugin provides [[[FeiShu Doc](https://www.feishu.cn/hc/zh-CN/articles/222318959624)|https://www.feishu.cn/hc/zh-CN/articles/222318959624]] style template list for newly created tiddler.
Try create a new tiddler on [demo page](tiddly-gittly.github.io/template-list/).
## !! Add new template
`$:/tags/TextEditor/Template` is the tag for the templates. Add this tag to a tiddler, and that tiddler will show up in the template list.
## !! Apply the template
After you create an empty tiddler, that have an empty text field. You will notice that a template and a search bar show up in the bottom of the tiddler.

Click on a template will apply all tags and all fields to the currentTiddler.
You can scroll to reveal more template if you have more than two rows of templates.
