An open API service indexing awesome lists of open source software.

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 在新建条目时展示一系列可用模板

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.

![](demo/tiddlers/template-list.png)

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.

![](demo/tiddlers/hover-or-search.png)