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:
@@ -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: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user