TLDR: Every time I navigate to a tiddler with the tag “book”, I want the title of the tiddler to be automatically saved to the clipboard.
Any way to do this?
My actual problem, for those interested:
When taking notes from books I pretty much always add a citation like <<source MyBook>>
. To make this less tedious I have a keyboard shortcut that adds the citation for me, based on the last tiddler that I navigated to (which is usually the “book” tiddler).
This works for me on desktop, but of course I can’t use keyboard shortcuts on mobile. I’m thinking of using a text expander instead, but this means getting access to the last-navigated-to-tiddler from an app outside of TiddlyWiki. My thinking was to store this in the clipboard with tm-copy-to-clipboard
, but to do this I think I would need to run an action widget every time I navigate to a “book” tiddler.
I’m trying to avoid adding extra buttons and stuff.