mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-05-17 14:54:06 +00:00
Extend automatic system tiddler linking to digits and underscore
Fixes #1877
This commit is contained in:
parent
396af28d16
commit
2cb6400773
@ -18,7 +18,7 @@ exports.types = {inline: true};
|
|||||||
exports.init = function(parser) {
|
exports.init = function(parser) {
|
||||||
this.parser = parser;
|
this.parser = parser;
|
||||||
// Regexp to match
|
// Regexp to match
|
||||||
this.matchRegExp = /~?\$:\/[a-zA-Z/.-]+/mg;
|
this.matchRegExp = /~?\$:\/[a-zA-Z0-9/.-_]+/mg;
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.parse = function() {
|
exports.parse = function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user