You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to work on a wiki that makes using data tiddlers for json unwieldy. I would like to have my jsons contained in fields other then the text field. This would cause some difficulties and require some new filter functions to maintain backwards compatibility.
For events I can see using a new paramObject that indicates which field it is suppose to read from. It would change lines like:
As for textRefrences the format I think could be expanded to include a field before a property index: {{title!!field##propertyIndex}}.
To be as portable as possible, I think it could be good to have a filter operators that read json that comes from the filter iterator ie: [<tiddler(s)>indexes[]] == [<tiddler(s)>indexes:text[]]. the has operator may cause some issue here.
There are likely many other items to be thought through. But I am willing to put some time into this but I would like some input before I really start on it.
The text was updated successfully, but these errors were encountered:
I am trying to work on a wiki that makes using data tiddlers for json unwieldy. I would like to have my jsons contained in fields other then the text field. This would cause some difficulties and require some new filter functions to maintain backwards compatibility.
paramObject
that indicates which field it is suppose to read from. It would change lines like:TW5-JsonMangler/widgets/jsonmangler.js
Line 100 in 7c64660
TW5-JsonMangler/patchSource/core/modules/wiki.js
Line 746 in 7c64660
{{title!!field##propertyIndex}}
.[<tiddler(s)>indexes[]]
==[<tiddler(s)>indexes:text[]]
. thehas
operator may cause some issue here.There are likely many other items to be thought through. But I am willing to put some time into this but I would like some input before I really start on it.
The text was updated successfully, but these errors were encountered: