Zettelkasten Forum


[Plugin] mini-patch for 'Extract note' bundled plugin, folgezettel style

edited November 19 in Plug-In Showcase

I made a mini-patch to a bundled plugin from Christian Tietze:

  • 'new note' dialog presets filename using current note's filename (first part before space), assuming it's folgezettel id
  • a workaround for cancelling plugin execution, see post

Can be downloaded from GitHub

Post edited by ctietze on

Comments

  • I made a mini patch to the mini patch.

    My UID's are behind the title.
    Subtle Layers of Learning 202409070523

    So, in order to handle both file naming structures.
    defaultValue: (currentFilename.match(/\d{12}/) || [""])[0],

    This method picks up only the UID, no matter where it is in the currentFilename. I'm not sure where I use this, but it is useful to know.

    Will Simpson
    My zettelkasten is for my ideas, not the ideas of others. I don’t want to waste my time tinkering with my ZK; I’d rather dive into the work itself. My peak cognition is behind me. One day soon, I will read my last book, write my last note, eat my last meal, and kiss my sweetie for the last time.
    kestrelcreek.com

  • Customization of things like this could be possible with storage of configuration options in files 🤔 See https://forum.zettelkasten.de/discussion/3030/how-could-we-let-plug-ins-store-data/p1?new=1

    Author at Zettelkasten.de • https://christiantietze.de/

Sign In or Register to comment.