1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-10-20 02:07:38 +00:00

Switch to using \procedure to define new-style macros, and \function for custom filter operator functions

I now need to update the OP!
This commit is contained in:
jeremy@jermolene.com
2022-05-09 18:00:09 +01:00
parent 64448ae774
commit e092113f9f
15 changed files with 80 additions and 29 deletions

View File

@@ -197,8 +197,8 @@ TranscludeWidget.prototype.getTransclusionTarget = function() {
}
}
if(parser) {
// Add parameters widget for functions
if(srcVariable.isFunctionDefinition) {
// Add parameters widget for procedures
if(srcVariable.isProcedureDefinition) {
parser = {
tree: [
{