mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-23 15:36:52 +00:00
Rename the wikitext parser
This commit is contained in:
parent
5f9b2e9d84
commit
bf04207350
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/classblock.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/classblock.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/classrun.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/classrun.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/codeblock.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/codeblock.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/coderun.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/coderun.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/comment.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/comment.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/dash.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/dash.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/emphasis.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/emphasis.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/entity.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/entity.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/extlink.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/extlink.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/heading.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/heading.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/html.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/html.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/image.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/image.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/list.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/list.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/macro.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/macro.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/prettylink.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/prettylink.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/rule.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/rule.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/styleblock.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/styleblock.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/table.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/table.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/transclude.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/transclude.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/typedblock.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/typedblock.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/wikilink.js
|
||||
title: $:/core/modules/parsers/wikitextparser/rules/wikilink.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/newwikitextparser.js
|
||||
title: $:/core/modules/parsers/wikitextparser/wikitextparser.js
|
||||
type: application/javascript
|
||||
module-type: parser
|
||||
|
Loading…
Reference in New Issue
Block a user