1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-08 14:55:17 +00:00

Add support for $:/tags/RawMarkup

This commit is contained in:
Jermolene 2014-05-26 22:50:54 +01:00
parent 128ad01866
commit f14ecf4eb8
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ title: $:/core/templates/tiddlywiki5.html
<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~--> <!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->
<!--~~ Raw markup ~~--> <!--~~ Raw markup ~~-->
{{{ [tag[$:/core/wiki/rawmarkup]] ||$:/core/templates/plain-text-tiddler}}} {{{ [all[shadows+tiddlers]tag[$:/core/wiki/rawmarkup]] [all[shadows+tiddlers]tag[$:/tags/RawMarkup]] ||$:/core/templates/plain-text-tiddler}}}
</head> </head>
<body class="tw-body"> <body class="tw-body">
<!--~~ Static styles ~~--> <!--~~ Static styles ~~-->

View File

@ -17,6 +17,7 @@ System tags are used to give special behaviour to tiddlers:
* [[$:/tags/EditToolbar]] for the edit mode tiddler toolbar * [[$:/tags/EditToolbar]] for the edit mode tiddler toolbar
* [[$:/tags/PageControls]] for the page control tools in the sidebar * [[$:/tags/PageControls]] for the page control tools in the sidebar
* [[$:/tags/PageTemplate]] for the main page elements * [[$:/tags/PageTemplate]] for the main page elements
* [[$:/tags/RawMarkup]] for raw markup to be included in the generated HTML file
! System tags in use ! System tags in use