Commit b4f1bdef authored by pichoro's avatar pichoro

Put ~ back in text_filter. Why? Because I believe that 99.9% of users won't...

Put ~ back in text_filter.  Why?  Because I believe that 99.9% of users won't realize to update their automatic text replacements, and will report an error that the tilde no longer functions.  Is it possible to just have automatic text replacements update when new ones are added, while keeping custom ones?
parent a749f0f4

############################################################## Auto replace
# Do we need categories?
......@@ -34,9 +34,6 @@ auto replace:
auto replace:
match: @
replace: LEGENDNAME
auto replace:
match: ~
replace: CARDNAME
auto replace:
match: ~THIS~
replace: CARDNAME
......@@ -394,7 +394,7 @@ text_filter :=
) +
# step 3a : expand shortcut word CARDNAME
replace@(
match: "CARDNAME",
match: "~|CARDNAME",
in_context: "(^|[[:space:]]|\\()<match>", # TODO: Allow any punctuation before
replace: "<atom-cardname></atom-cardname>"
) +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment