TiddlyWiki5/core/modules
Robin Munn 215bd4e015
Avoid skipping extra whitespace in wikiparser.js (#7835)
When wikiparser parses text looking for a pragma block, it skips
whitespace before looking for the next pragma. If no pragma is found,
we should return the parse position to the original location so that the
skipped whitespace can be parsed as a text node. This allows the
attribute `join=" and "` to parse as " and " rather than "and ".
2023-11-14 22:10:58 +00:00
..
commands Add explodePlugins=yes option to savewikifolder command (#7490) 2023-06-29 15:40:35 +01:00
editor Fix typo in 7d8766d2b9 2023-09-13 18:06:30 +01:00
filterrunprefixes Add a :then filter run prefix (#7392) 2023-06-24 18:07:34 +01:00
filters Fix last filter operator when zero items selected (#7809) 2023-10-25 13:14:49 +01:00
indexers
info
macros
parsers Avoid skipping extra whitespace in wikiparser.js (#7835) 2023-11-14 22:10:58 +00:00
savers Fix encodebase64 and decodebase64 filters (#7683) 2023-10-18 16:08:56 +01:00
server Feat: decode url-encoded user name in authenticate request header to allow CJK username in header (#7471) 2023-05-22 12:25:51 +01:00
startup tm-open-window set focus to existing window (#7708) 2023-10-18 16:10:04 +01:00
storyviews Revert "Feat: destroy() method for widgets to do custom cleanup (#6699)" 2023-05-18 17:27:05 +01:00
upgraders
utils Fix window.btoa call in browser (#7814) 2023-10-26 09:05:59 +01:00
widgets Alternate fix for inconsistent list template syntax (#7827) 2023-11-06 21:18:31 +00:00
commander.js
config.js
deserializers.js
filters.js Refactor dependency on widget.getVariableInfo 2023-06-11 09:46:05 +01:00
keyboard.js
language.js
pluginswitcher.js
saver-handler.js
story.js
syncer.js
tiddler.js
wiki-bulkops.js
wiki.js Allow attribute substitution to handle variables containing non-word characters (#7606) 2023-07-14 21:42:31 +01:00