tiddly-gittly / tw-echarts

An All-in-one Visualization Framework for TiddlyWiki5 based on ECharts
https://tiddly-gittly.github.io/tw-echarts/
MIT License
48 stars 8 forks source link

How to create new edge types with FocusMap? #107

Open H0lepunch opened 5 months ago

H0lepunch commented 5 months ago

Is there a way to create new edge types for the FocusMap? For example, I have a tiddler with the field "journal-keywords", which is a list separated by commas and spaces (i.e. the list can be generated by the following filter expression: [get[journal-keywords]split[, ]]). Can I display what keywords a tiddler has, using FocusMap?