1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 23:40:45 +00:00
TiddlyWiki5/core/ui
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
..
AboveStory Fix tw2-plugin-check warning so that more than one plugin is displayed 2016-09-30 18:27:45 +01:00
Actions Add default new-tiddler and new-journal tags mechanism and... (#4314) 2019-10-13 16:53:52 +01:00
AdvancedSearch Autofocus advanced search text edit input 2019-02-06 17:53:00 +00:00
Components Fix formatting of plugin listing in control panel 2019-09-20 14:30:52 +01:00
ControlPanel Make tags in controlpanel animate (#4320) 2019-10-14 13:57:28 +01:00
EditorToolbar Docs for stamp-button optionally wrap selection (#4047) 2019-07-02 16:24:48 +01:00
EditTemplate Remove &nbsp from tag pill in edit mode (#4366) 2019-11-07 12:39:14 +00:00
EditToolbar EditTemplate optimizations (#4104) 2019-10-14 14:31:57 +01:00
Filters Add advanced search canned filter for "tiddlers modified this session" 2019-02-08 11:07:06 +00:00
ImportPreviews Fix broken import previews 2018-05-16 17:40:15 +01:00
KeyboardShortcuts fix missing tag for advanced-search keyboard shortcut 2019-07-14 17:06:09 +02:00
Manager Fix usages of is[current] that can be changed to all[current] 2018-08-18 14:47:35 +01:00
MoreSideBar Create the new "tree" global macro (#2925) 2017-06-28 17:44:15 +01:00
PageControls Missing whitespace trim in PageControls (#4293) 2019-10-07 15:13:55 +01:00
PageTemplate Dynamic loading/unloading of plugins (#4259) 2019-09-16 12:15:39 +01:00
SideBar Allow sidebar tabs to be independently targeted via CSS 2019-10-11 10:57:29 +01:00
SideBarSegments Add whitespace trim to SideBarSegments search (#4302) 2019-10-12 09:24:05 +01:00
TiddlerInfo Show backlinks on rename (#3534) 2018-11-15 15:18:38 +00:00
TopRightBar Change button widget 'title' attribute to 'tooltip' 2014-09-10 10:25:50 +01:00
ViewTemplate Missing stateTitle attribute in unfold viewtemplate (#3617) 2018-12-04 09:13:49 +00:00
ViewToolbar Add default new-tiddler and new-journal tags mechanism and... (#4314) 2019-10-13 16:53:52 +01:00
AdvancedSearch.tid Soften colour of system tiddler icons 2015-03-10 12:29:39 +00:00
AlertTemplate.tid Add localisable strings (#2438) 2016-05-12 08:44:28 -06:00
BinaryWarning.tid Rename more "tw-*" classes to "tc-*" 2014-08-28 19:08:31 +01:00
ControlPanel.tid Soften colour of system tiddler icons 2015-03-10 12:29:39 +00:00
DefaultSearchResultList.tid add localisable strings for search 2015-10-18 18:09:41 +09:00
EditTemplate.tid EditTemplate optimizations (#4104) 2019-10-14 14:31:57 +01:00
ImportListing.tid Use new state* attributes for reveal and button widgets (#3531) 2018-11-18 10:54:12 +00:00
ListItemTemplate.tid Yet more "tw-*" -> "tc-*" 2014-08-28 19:41:29 +01:00
Manager.tid Introduce tiddler manager 2016-11-29 08:36:07 +00:00
MissingTemplate.tid Yet more "tw-*" -> "tc-*" 2014-08-28 19:41:29 +01:00
PageControls.tid Fix currentTiddler in pagecontrol buttons 2019-10-03 12:13:29 +01:00
PageStylesheet.tid Typos missed from a9dd8c2 2018-09-28 18:18:07 +01:00
PageTemplate.tid Add whitespace trim to pagetemplate, story and sidebar (#4052) 2019-07-03 17:41:23 +01:00
PaletteManager.tid Add/refactor PaletteManager (#3832) 2019-06-26 12:36:13 +01:00
PluginInfo.tid Refactor user interface for plugin tiddlers 2016-10-18 09:23:19 +01:00
PluginInfoDefaultContents.tid Refactor user interface for plugin tiddlers 2016-10-18 09:23:19 +01:00
PluginListItemTemplate.tid Refactor user interface for plugin tiddlers 2016-10-18 09:23:19 +01:00
SearchResults.tid Addresses #1066 by moving the search results into a dropdown. 2015-09-27 22:53:46 +01:00
SideBarLists.tid Modularize the sidebar 2018-08-02 13:22:21 +01:00
TagManager.tid TagManager: Remove extraneous caption field 2019-01-26 17:38:46 +00:00
TagTemplate.tid fix textnodes between tags in viewtemplate (#3587) 2018-11-29 09:49:29 +00:00
TiddlerFields.tid Yet more "tw-*" -> "tc-*" 2014-08-28 19:41:29 +01:00
TiddlerFieldTemplate.tid Yet more "tw-*" -> "tc-*" 2014-08-28 19:41:29 +01:00
TiddlerInfo.tid Add "sticky" mode for tiddler info panel 2016-11-23 18:17:54 +00:00
UntaggedTemplate.tid Yet more "tw-*" -> "tc-*" 2014-08-28 19:41:29 +01:00
ViewTemplate.tid Fix tags not animating in viewtemplate (#4142) 2019-08-02 14:32:36 +01:00