From f14ecf4eb8965f2e407ccac51d4277330221efe3 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 26 May 2014 22:50:54 +0100 Subject: [PATCH] Add support for $:/tags/RawMarkup --- core/templates/tiddlywiki5.html.tid | 2 +- editions/tw5.com/tiddlers/concepts/SystemTags.tid | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/templates/tiddlywiki5.html.tid b/core/templates/tiddlywiki5.html.tid index ec32026b4..cd4fcf4d2 100644 --- a/core/templates/tiddlywiki5.html.tid +++ b/core/templates/tiddlywiki5.html.tid @@ -19,7 +19,7 @@ title: $:/core/templates/tiddlywiki5.html -{{{ [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}}} diff --git a/editions/tw5.com/tiddlers/concepts/SystemTags.tid b/editions/tw5.com/tiddlers/concepts/SystemTags.tid index da46de312..1ca539491 100644 --- a/editions/tw5.com/tiddlers/concepts/SystemTags.tid +++ b/editions/tw5.com/tiddlers/concepts/SystemTags.tid @@ -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