1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-19 18:59:42 +00:00
TiddlyWiki5/core/modules/parsers/wikiparser/rules
Jeremy Ruston e4c682d04b Merging #7866: Add start and end properties to WikiText AST nodes
commit 5687d9f44b
Author: Gk0Wk <nmg_wk@yeah.net>
Date:   Wed Dec 6 11:33:43 2023 +0800

    Fix for html parser

commit df0a1b184e
Author: Gk0Wk <nmg_wk@yeah.net>
Date:   Wed Dec 6 02:47:47 2023 +0800

    Fix HTML AST node boundary parsing in WikiText

commit ac8dda0a1a
Author: Gk0Wk <nmg_wk@yeah.net>
Date:   Sat Dec 2 13:02:52 2023 +0800

    update test-wikitext-parser.js, change for-const-of -to .utils.each, add more range attributes

commit e2b9a4ed57
Author: Gk0Wk <nmg_wk@yeah.net>
Date:   Wed Nov 29 22:35:39 2023 +0800

    Add more start-end range attributes for AST

commit d3e62ec56a
Author: Gk0Wk <nmg_wk@yeah.net>
Date:   Wed Nov 29 20:45:00 2023 +0800

    Add rule attribute for WikiText AST nodes

commit 4200495055
Author: Gk0Wk <nmg_wk@yeah.net>
Date:   Wed Nov 29 15:48:38 2023 +0800

    Add start and end properties to AST nodes for list, codeblock, and all other elements
2024-06-08 16:40:20 +01:00
..
emphasis remove stricethrough.js 2014-07-24 23:51:37 +02:00
codeblock.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
codeinline.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
commentblock.js Add "commentpragma" html style rule (#5726) 2021-06-14 17:39:56 +01:00
commentinline.js Fixed comment parsers to match end marker correctly 2021-01-13 11:48:42 +00:00
conditional.js Conditional Shortcut Syntax (#7710) 2023-10-14 09:41:21 +01:00
dash.js Fix problem with the regexp for the "dash" parser 2012-12-26 19:32:06 +00:00
entity.js Switch code block syntax 2012-12-22 23:09:44 +00:00
extlink.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
filteredtranscludeblock.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
filteredtranscludeinline.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
fnprocdef.js Allows whitespace-only macro/procedure to be closed by \end (#7911) 2024-01-24 11:32:58 +00:00
hardlinebreaks.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
heading.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
horizrule.js added fix for issue #94 for horizontal rules, tables and typed block 2013-12-25 23:06:42 +01:00
html.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
image.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
import.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
list.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
macrocallblock.js Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00
macrocallinline.js Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00
macrodef.js Allows whitespace-only macro/procedure to be closed by \end (#7911) 2024-01-24 11:32:58 +00:00
parameters.js Feat: allow new pragmas to be indented (#7624) 2023-07-21 13:40:42 +01:00
parsermode.js Adds support for indenting pragmas with whitespace (#7185) 2023-01-08 13:17:01 +00:00
prettyextlink.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
prettylink.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
quoteblock.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
rules.js Adds support for indenting pragmas with whitespace (#7185) 2023-01-08 13:17:01 +00:00
styleblock.js Fixed subtle little typo 2012-12-29 23:16:34 +00:00
styleinline.js Restore "Add default settings for styled inline SPANs (#6877)" 2022-10-16 17:28:36 +01:00
syslink.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
table.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
transcludeblock.js Revert: #7768 Ensure {{}} doesn't cause a recursion error 2023-12-11 17:56:11 +00:00
transcludeinline.js Revert: #7768 Ensure {{}} doesn't cause a recursion error 2023-12-11 17:56:11 +00:00
typedblock.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
whitespace.js Adds support for indenting pragmas with whitespace (#7185) 2023-01-08 13:17:01 +00:00
wikilink.js Merging #7866: Add start and end properties to WikiText AST nodes 2024-06-08 16:40:20 +01:00
wikilinkprefix.js Switch off CamelCase linking by default (#7513) 2023-06-08 21:45:14 +01:00