mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-03-25 09:09:49 +00:00
Relates to Issue #2268 I tried to map over the list of tags but NodeLists are not arrays and so need to be converted. This looks ugly and probably should be abstracted to a function. Come to think of it should we have a `$tw.utils.map()` function?