Submit @cdruan change notes (#9421)

For PR #9295 #9341 #9358.
This commit is contained in:
cdruan 2025-11-11 08:29:26 -08:00 committed by GitHub
parent 9164f305e0
commit 244251ed44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,14 @@
title: $:/changenotes/5.4.0/#9295
description: Markdown: Fix missing inline support and macrocall args parsing error
release: 5.4.0
tags: $:/tags/ChangeNote
change-type: bugfix
change-category: plugin
links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9295
github-contributors: cdruan
* Fix markdown parser to respect ''parseAsInline'' option [[#8917|https://github.com/TiddlyWiki/TiddlyWiki5/pull/8917]].
* Fix improper parsing of macrocall, whenenver args contain `>` character.
* Use ''$tw.log.MARKDOWN'' flag to enable debug messages.

View file

@ -0,0 +1,12 @@
title: $:/changenotes/5.4.0/#9341
description: Fix crash when processing large files from tiddlywiki.files
release: 5.4.0
tags: $:/tags/ChangeNote
change-type: bugfix
change-category: nodejs
links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9341
github-contributors: cdruan
* skip reading file content when `_canonical_uri` is present
* skip loading file when file size is too large

View file

@ -0,0 +1,10 @@
title: $:/changenotes/5.4.0/#9358
description: Remove redundant code in format/json.js
release: 5.4.0
tags: $:/tags/ChangeNote
change-type: performance
change-category: internal
links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9358
github-contributors: cdruan
Remove redundant code in `core/modules/filters/format/json.js`.