Open saqimtiaz opened 2 years ago
As discussed in https://github.com/Jermolene/TiddlyWiki5/issues/5309#issuecomment-1080522418 it might be useful to have a macro version of the charcode[] operator.
charcode[]
This would allow usage like this for example to add two closing square brackets: :map[addsuffix<charcode 93>addsuffix<charcode 93>]
:map[addsuffix<charcode 93>addsuffix<charcode 93>]
As opposed to the operator version: :map[charcode[93]addprefix<currentTiddler>] :map[charcode[93]addprefix<currentTiddler>]
:map[charcode[93]addprefix<currentTiddler>] :map[charcode[93]addprefix<currentTiddler>]
IMO related to: https://github.com/Jermolene/TiddlyWiki5/issues/6284 and https://github.com/Jermolene/TiddlyWiki5/pull/6295
I'm preparing a PR atm.
As discussed in https://github.com/Jermolene/TiddlyWiki5/issues/5309#issuecomment-1080522418 it might be useful to have a macro version of the
charcode[]
operator.This would allow usage like this for example to add two closing square brackets:
:map[addsuffix<charcode 93>addsuffix<charcode 93>]
As opposed to the operator version:
:map[charcode[93]addprefix<currentTiddler>] :map[charcode[93]addprefix<currentTiddler>]