Hello again,
all the best for 2024 and happy coding!
I do a lot of research on the Internet and have collections with thousands of links.
I would like to manage these with TiddlyDesktop in the future.
Using an browser add-on, I can save the links to the clipboard with the following structure:
TITLE[CR][LF]
URL
Example (I replaced ‘h’ from https with ‘x’ due to the two link rectriction for new users):
TiddlyDesktop: TiddlyWiki — a non-linear personal web notebook
xttps://tiddlywiki.com/static/TiddlyDesktop.html
If I now paste the clipboard into a wiki, [CR][LF] are ignored and I get everything in one line with a space:
TiddlyDesktop: TiddlyWiki — a non-linear personal web notebook xttps://tiddlywiki.com/static/TiddlyDesktop.html
Now looking for a (simple) way how I can automatically change the content of the clipboard before pasting.
The most flexible solution would of course be events that are triggered when the clipboard is accessed, like:
GitHub - sudhakar3697/node-clipboard-event: Clipboard change event for Node.js/Electron.js/NW.js
Many thanks and greeting
FoxTheTiddler