1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 01:33:16 +00:00
TiddlyWiki5/core/wiki/macros
Mario Pietsch 2deed528bc Remove &nbsp from tag pill in edit mode (#4366)
* remove &nbsp from tag pill in edit mode

PR: fix missing space between edittemplate tags #3585 introduced an unbreakable space ...

The `&nbsp` isn't needed and **causes problems**, if users copy&paste the tag text, because the "new" tag in the text input field now contains an space in front of the tag. This space invalidates the tag, so it doesn't function anymore. 

see [comment in GG](https://groups.google.com/d/msg/tiddlywiki/RQEyqPQIZSM/uaU7lgJJAAAJ) .. I also had a problem like this some time ago, which costed me several hours of debugging.

* Update base.tid

* Update tag.tid
2019-11-07 12:39:14 +00:00
..
colour-picker.tid Replace div with span in colour picker (#4333) 2019-10-20 18:22:22 +01:00
copy-to-clipboard.tid Add copy-to-clipboard macro 2017-12-16 10:58:33 +00:00
CSS.tid tc-body background transparent if background attachment (#3100) 2018-01-23 16:49:24 +00:00
diff.tid Add compareTiddlers macro 2018-04-03 17:50:36 +01:00
dumpvariables.tid Refactor the dumpvariables macro as wikitext 2019-03-30 10:52:49 +00:00
export.tid Use the new "match" operator across the core 2019-07-31 09:30:16 +01:00
image-picker.tid Restore ability to use sub-filter with image-picker macro (#2940) 2017-07-24 12:41:50 +01:00
lingo.tid First pass at accessibility improvements for #650 2014-06-14 18:06:56 +01:00
list.tid list-links macro: trim whitespace 2019-07-02 16:53:02 +01:00
tabs.tid Pop storyview for tabs macro (#4149) 2019-08-02 15:05:12 +01:00
tag-picker.tid Fix typos in tag-picker (#4336) 2019-10-20 18:08:19 +01:00
tag.tid Remove &nbsp from tag pill in edit mode (#4366) 2019-11-07 12:39:14 +00:00
thumbnails.tid Fix thumbnail macro tiddler title 2015-09-09 17:46:42 +01:00
timeline.tid Remove extraneous text/vnd.tiddlywiki from system tiddlers in light of #2883 2017-06-09 15:42:32 +01:00
toc.tid Selective expandable TOC: use "sort" filter when determining whether node is expandable 2019-10-04 11:40:22 +01:00
translink.tid Introduce text editor toolbar (#2315) 2016-04-22 08:36:29 +01:00
tree.tid Tree macro: allow separator to be customised 2019-06-13 08:47:42 +01:00
utils.tid Add/refactor PaletteManager (#3832) 2019-06-26 12:36:13 +01:00