1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-04-18 04:41:31 +00:00

Further fix markup not included in external core edition (#9439)

* Further fix markup not included in external core edition

* Update change note

* Typo
This commit is contained in:
XLBilly
2025-11-14 23:57:35 +08:00
committed by GitHub
parent 24d45fd318
commit cc348fee96
2 changed files with 11 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
title: $:/core/templates/tiddlywiki5-external-js.html
<$set name="saveTiddlerAndShadowsFilter" filter="[subfilter<saveTiddlerFilter>] [subfilter<saveTiddlerFilter>plugintiddlers[]]">
<$set name="rawMarkupFilter" filter="[enlist<saveTiddlerAndShadowsFilter>] +[[$:/core]plugintiddlers[]]">
<$set name="rawMarkupFilter" filter="[enlist<saveTiddlerAndShadowsFilter>] [[$:/core]plugintiddlers[]]">
`<!doctype html>
`{{$:/core/templates/MOTW.html}}`<html lang="`<$text text={{{ [{$:/language}get[name]] }}}/>`">
<head>

View File

@@ -0,0 +1,10 @@
title: $:/changenotes/5.4.0/#9439
description: Fix markup not included in external core edition
release: 5.4.0
tags: $:/tags/ChangeNote
change-type: bugfix
change-category: internal
github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9218 https://github.com/TiddlyWiki/TiddlyWiki5/pull/9439
github-contributors: Leilei332
Fix the problem that tiddlywiki's raw markup shadow tiddlers in `$:/core` is not included in HTML.