kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Add support for $:/tags/RawMarkup
rodzic
128ad01866
commit
f14ecf4eb8
|
@ -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 ~~-->
|
||||
|
||||
<!--~~ 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>
|
||||
<body class="tw-body">
|
||||
<!--~~ Static styles ~~-->
|
||||
|
|
|
@ -17,6 +17,7 @@ System tags are used to give special behaviour to tiddlers:
|
|||
* [[$:/tags/EditToolbar]] for the edit mode tiddler toolbar
|
||||
* [[$:/tags/PageControls]] for the page control tools in the sidebar
|
||||
* [[$:/tags/PageTemplate]] for the main page elements
|
||||
* [[$:/tags/RawMarkup]] for raw markup to be included in the generated HTML file
|
||||
|
||||
! System tags in use
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue