Jeremy Ruston

Results 1122 comments of Jeremy Ruston

Once we've tracked this down, I'd be interested in exploring some Puppeteer-based tests for scrolling behaviour; it's often troublesome.

Hi @pmario would it be possible to use the existing `jsonstringify[]` operator rather than add a new one? It does a few substitutions though.

Thanks for your patience @pmario. > The 4th example `[addsuffix]` is impossible with `charcode`. IMO `[[` should be used as a "string" and shouldn't be converted. ... BUT this now...

> That's only 1 usecase that was discussed at talk.tiddlywiki. .. I personally would use it to be able to create formatted plain text using tabs `\t` and linefeeds `\n`...

Hi @ittayd the distinction between SVG documents and SVG fragments embedded into HTML documents is not imposed by TiddlyWiki, it is how SVG works. The SVG spec does not permit...

> I'm not sure I follow. The Viz plugin (for graphviz diagrams) produces SVG snippets and I was able to style them. The mermaid plugin also styles the SVG snippets...

Hi @pmario in general it is not possible to automatically convert a self-contained SVG image into an embeddable SVG fragment. The problem is that SVG images use IDs to reference...

> @pmario After some SVG research, it seems like TW already has the capacity to make IDs unique because we parse the raw HTML/SVG code and use widgets to render...