I have a clunky workflow and would like to streamline it as much as possible.
I have tiddlers that contain compound words and phrases in Sanskrit (unicode).
Using a javascript I cobbled together, my current workflow is: Select a text phrase in a tiddler. Use MacOS context menu/Shortcut with AppleScript to open a html page with selected text as argument. On the webpage, chunk the compound phrase manually and copy the results to clipboard. Back in tiddlywiki, in the same tiddler, I paste the clipboard contents into a textarea and parse the text into their respective fields.
I’m not well versed in Tiddlywiki Script. So I came up with this javascript/html workaround. Since the process starts in a tiddler and ends in the same tiddler, what can I do to make it a smooth process?
Any thoughts?
P.S. html/javascript file attached. can only upload if it is .json
anvaya.html.json (11.1 KB)