felixhayashi / TW5-TiddlyMap

Map drawing and topic visualization for your wiki
http://tiddlymap.org
BSD 2-Clause "Simplified" License
845 stars 127 forks source link

v5.3.0 all macrocalls are now transcludes; some transcludes use $tiddler #452

Closed flibbles closed 1 year ago

flibbles commented 1 year ago

I now have 5 plugins (not all of them public) which broke either because either

  1. They look for macrocalls in the parseTreeNode and can no longer find them (They're transcludes now)
  2. They look for transcludes in the parseTreeNode and can no longer parse them (because their "tiddler" attribute has changed to "$tiddler")

Are these changes permanent? I just need to know so I don't bother migrating everything only for it to get rolled back in v5.3.1.

flibbles commented 1 year ago

Whoops. I goofted up. Wrong repository.