1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 17:53:15 +00:00
TiddlyWiki5/core/ui/EditTemplate
Tobias Beer 9c7936413a edit-tags-filter-tags-and-titles
fixes #1333

extracts the tag-link into a component template...

**$:/core/ui/Components/tag-link**

...so as to split the list in two, having two filters that list tiddlers
in the add-tags popup to...

1. firstly, list matching used tags
2. secondly, list mathcing tiddler titles, thus availabe for tagging

Does away with searching content as it is irrelevant if not distracting
for tagging.

Why two lists? Consider wanting to tag a tiddler with "Filters"...
observe how the result would otherwise be way too far down because
existing tiddler titles get in the way.

Component templates are also desireable elsewhere, e.g. #1318
2015-01-11 01:29:53 +01:00
..
body.tid More conversion of "tw-*" classes to "tc-*" 2014-08-28 19:13:21 +01:00
controls.tid Yet more fixing for the Firefox jumping toolbar problem... 2014-10-10 20:32:12 +01:00
fields.tid Revert to using fieldmangler for adding fields 2014-12-04 09:39:14 +00:00
shadow.tid More conversion of "tw-*" classes to "tc-*" 2014-08-28 19:13:21 +01:00
tags.tid edit-tags-filter-tags-and-titles 2015-01-11 01:29:53 +01:00
title.tid #371 focus title field on edit 2014-11-25 12:39:08 +01:00
type.tid Fix problem with content-type popup 2014-11-25 22:03:34 +00:00