[tw5] Re: URL Import Gadget (URL to WikiText external link)

2023-04-29 Thread Charlie Veniot
I have no idea how your bookmarklet helps to create a WikiText link (in TiddlyWiki) to an external site. Could you clarify? On Saturday, April 29, 2023 at 7:50:44 PM UTC-3 Krisztián Csordás wrote: > I use a bookmarklet that copies the wikitext link to the clipboard: > > javascript: > navigator

[tw5] Re: URL Import Gadget (URL to WikiText external link)

2023-04-29 Thread Krisztián Csordás
I use a bookmarklet that copies the wikitext link to the clipboard: javascript: navigator.clipboard.writeText(`[[${document.title.replaceAll('|','–')}|${document.location.href}]]`); On Sunday, 16 April 2023 at 00:43:16 UTC+2 Charlie Veniot wrote: > Please find attached in this post the JSON file