kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Reorganised file layout for new wikitext parser rules
rodzic
1be4dc3cd9
commit
d30b63f752
|
@ -1,5 +1,5 @@
|
|||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/blockrules/class.js
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/class.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/blockrules/code.js
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/codeblock.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
||||
|
@ -12,7 +12,7 @@ Wiki text run rule for code blocks
|
|||
/*global $tw: false */
|
||||
"use strict";
|
||||
|
||||
exports.name = "code";
|
||||
exports.name = "codeblock";
|
||||
|
||||
exports.blockParser = true;
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/runrules/code.js
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/coderun.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
||||
|
@ -12,7 +12,7 @@ Wiki text run rule for code runs
|
|||
/*global $tw: false */
|
||||
"use strict";
|
||||
|
||||
exports.name = "code";
|
||||
exports.name = "coderun";
|
||||
|
||||
exports.runParser = true;
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/blockrules/heading.js
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/heading.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/blockrules/html.js
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/html.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/blockrules/list.js
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/list.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/runrules/macro.js
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/macro.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/runrules/prettylink.js
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/prettylink.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/blockrules/rule.js
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/rule.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*\
|
||||
title: $:/core/modules/parsers/newwikitextparser/runrules/wikilink.js
|
||||
title: $:/core/modules/parsers/newwikitextparser/rules/wikilink.js
|
||||
type: application/javascript
|
||||
module-type: wikitextrule
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue