mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Revert #2814
As per the discussion on the ticket, we’ll revisit this after 5.1.14
This commit is contained in:
parent
379e780e80
commit
0aaebe9757
@ -1,24 +1,16 @@
|
||||
title: $:/core/ui/ViewTemplate/body
|
||||
tags: $:/tags/ViewTemplate
|
||||
|
||||
\define re() ^\$\:\/([^/])*$
|
||||
|
||||
<$reveal tag="div" class="tc-tiddler-body" type="nomatch" state=<<folded-state>> text="hide" retain="yes" animate="yes">
|
||||
|
||||
<$list filter="[all[current]is[missing]!is[shadow]]" template="$:/language/MissingTiddler/Hint" emptyMessage="""
|
||||
<$list filter="[all[current]!has[plugin-type]!field:hide-body[yes]]">
|
||||
|
||||
<$list filter="[all[current]!is[system]] [all[current]tag[$:/tags/Image]] [all[current]regexp<re>] +[!has[plugin-type]!field:hide-body[yes]]">
|
||||
<$transclude>
|
||||
|
||||
<$transclude/>
|
||||
<$transclude tiddler="$:/language/MissingTiddler/Hint"/>
|
||||
|
||||
</$transclude>
|
||||
|
||||
</$list>
|
||||
|
||||
<$list filter="[all[current]is[system]] -[all[current]tag[$:/tags/Image]] -[all[current]regexp<re>] +[!has[plugin-type]!field:hide-body[yes]]">
|
||||
|
||||
<$codeblock code={{!!text}} language={{!!type}}/>
|
||||
|
||||
</$list>
|
||||
|
||||
"""/>
|
||||
|
||||
</$reveal>
|
||||
</$reveal>
|
@ -63,7 +63,6 @@ The tiddler manager will be extended in the future to increase flexibility and t
|
||||
!! Usability Improvements
|
||||
|
||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/3197f9a639761e1e56b2f5b18b5f7cf5c3d992da]] a select all/none checkbox to the header of the import panel
|
||||
* [[Changed|https://github.com/Jermolene/TiddlyWiki5/issues/2814]] display of system tiddlers to raw text unless there are multiple slashes in the title
|
||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/pull/2072]] "close plugin library" button
|
||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/pull/2592]] support for adding tags using the <kbd>enter</kbd> key
|
||||
* [[Improved|https://github.com/Jermolene/TiddlyWiki5/pull/2590]] handling of <kbd>ctrl-Enter</kbd> to add partially completed tags and fields
|
||||
|
Loading…
Reference in New Issue
Block a user