I know how to develop a filter operator for a list of tiddlers in my leaflet plugin which takes tiddlers to generate markers on the leaflet map.
In next step, I want to store data in a json tiddler (e.g. Australian Capital Cities in json data.
However, I am not sure how I should implement it here.
For example, This filter [[json/AustraliaCities]addmarkers[]]
will pass the json tiddler title into filter, and then I have to parse json object in the js codes.
Are there any ways to get the items using filter operator in the json object?
Not sure my question is not clear. Thanks for any suggestions.