Jeremy Ruston
Jeremy Ruston
Hi @BurningTreeC @saqimtiaz @pmario the fundamental problem with widgets triggering asynchronous actions is that widgets are volatile, and are created and deleted all the time. And so there's no guarantee...
Thanks @ericshulman Would anyone like to make a PR for these changes?
Thanks @fkohrt @pmario. I like your examples, and agree that they would be a good addition to the documentation. The idea that wikitext syntax is a "lossy" shortcut for widget...
Hi @xmaysonnave Chrome actually gives the same message if you just open one of the built-in PDFs: https://tiddlywiki.com/#Motovun%20Jack.pdf It turns out that this is a common problem with Chrome; try...
Thanks Xavier. The PDF embedding is done [here](https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/parsers/pdfparser.js)
Thank you @flibbles > It's been a hot minute since I made this, so to recap. It's pretty much good to go, except maybe the way it uses a custom...
> @pmario, Woah. You're right. And that bricks super hard too, beyond RSoD. I never noticed that before. Yeah, that needs fixin'. Thank you @flibbles > @Jermolene, Understood. While my...
> I take it I'm late to the party? This is a well known problem by now? :-) We've known since the very early days that the recursion detection is...
Sorry I pressed send too early, I was going to see that given that there remain quite a few ways to create infinite loops in the core I wouldn't be...
Thank you @Vhou-Atroph I can confirm that I'm seeing the same problem. Looking at the developer console there are a number of JS errors. I'm investigating.