postkevone / tiddlyresearch

Local and Anki-compatible note-taking tool based on TiddlyWiki
https://postkevone.github.io/tiddlyresearch/
195 stars 9 forks source link

Uncaught RangeError: Maximum call stack size exceeded #21

Closed tttdevelop closed 3 years ago

tttdevelop commented 3 years ago

To recreate;

Open a TiddlyResearch example at https://kebifurai.github.io/TiddlyResearch/, click on folders -> Tutorial -> GIFs. Javascript error comes up.

Tested on;

OS : Linux Browser : Brave, Chrome and Firefox (all latest versions)

Error TiddlyResearch

Real Life Situations;

Came across this problem when working with my own tiddlers which makes this excellent version of tiddlywiki unusable.

tttdevelop commented 3 years ago

Update :

Disabling the plugin "tiddlyresearch-references: reference plugin" solves the problem, so the issue originates from this plugin.

Hopes this helps.

postkevone commented 3 years ago

This is because the reference plugins tries to create links from the gifs content (which are basically very long text). Thank you for your report, I will release a quick fix today.

postkevone commented 3 years ago

Fixed with the v.1.0.5 version of the reference plugin.

tttdevelop commented 3 years ago

Great & Fast work !! Thanks. This is a very good implementation of Tiddlywiki.

postkevone commented 3 years ago

Thank you for your kind words!