I have a giant Tinderbox document with a few branches in it. One branch is an outline of my PhD thesis, each node of which pulls in markdown documents stored in DEVONthink via autofetch. While this may sound obtuse, it works well for me, as I can edit the documents on DEVONthink To Go on my iPad and then update when I get back on my mac.
One of the things I do, as a consequence of this approach, is to leave me notes to deal with later inline with the text. {xyz: a note} {q: a question}, as I donāt use these parentheses elsewhere (other than through Bookends).
I would like to build an agent to sift through the Tinderbox document, looking for these markers. What Iād love to be able to do is extract the section question as a new note, link it to the original paragraph (or note, at the least), and capture these in a separate tree in the main Tinderbox document.
Am I thinking about this all wrong? Should I instead be splitting my notes down more granularly to capture these questions and notes to make it less crazy to aggregate elsewhere? Iām happy to write code to do this, but before I embark on an unrealisable mission, Iād like to do a quick sanity check.
Thanks for insights for anyone who has approached something similar, and not done it badly!