• cymor@midwest.social
    link
    fedilink
    English
    arrow-up
    5
    ·
    14 hours ago

    Markdown with dated filenames in a Dir in git. I’ve been using this for decades. Logseq is a nice GUI for it and has great search, but you can always use grep and any text editor.

  • trem@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    8
    ·
    19 hours ago

    Personally, I’ve kind of given up all structure.

    I have a script that creates a Markdown file with basically just the date in the file name and then it opens it in my text editor. All Markdown files are in one big folder. Notes, todos etc. all go into the there.

    So long as a file is open in my text editor, it’s actively relevant. Afterwards I’ll use full-text search (like grep -iR), if I need something again.
    I will often specify a title in the Markdown, but mainly because it’s a great place for keywords to make the file easier to find again. It’s also my way of tagging the files.

    I mainly like this way of working, because I spend very little time on inputting information, which I do way more often than retrieving information (at least for the files which aren’t actively open in my text editor).
    But I’ve also never used a structured approach for more than a few months without it turning into chaos, where full-text search is the only option anyways.

    Maybe this would be different, if my tasks were more structured. Your mileage may vary. ¯\_(ツ)_/¯

  • psud@aussie.zone
    link
    fedilink
    English
    arrow-up
    9
    ·
    1 day ago

    Avoid spaces in file names. Spaces in files names can be a pain in Linux, speically when dealing with scripts in the command line.

    Or learn to quote

    • psycotica0@lemmy.ca
      link
      fedilink
      arrow-up
      7
      ·
      1 day ago

      Even tab completion will either quote the thing for you or put in the excape characters. Why would one type anything? 😛

  • moonpiedumplings@programming.dev
    link
    fedilink
    English
    arrow-up
    14
    ·
    1 day ago

    This workflow is tied to KDE Plasma’s tagging feature. Moving away from KDE Plasma would likely mean abandoning parts of this workflow altogether.

    It looks like these tags are stored in filesystem xattrs themself, not in dolphin or kde metadata. That is, even if you load up gnome’s file browser, or another file browser, it should still be able to read them.

    Nope, it looks like the tags used are KDE specific, even though any software could theoretically implement support for reading and writing them.

    https://wiki.archlinux.org/title/Extended_attributes

    https://www.freedesktop.org/wiki/CommonExtendedAttributes/

  • qaz@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 day ago

    This does not seem convenient at all, from the bash script to get relative links, to the file tags which are not synced across devices by standard git or file sync.

    • lefaucet@slrpnk.net
      link
      fedilink
      arrow-up
      1
      ·
      9 hours ago

      Sounds convenient enough to me. I used to keep notes on Evernote, then my own media wiki instance on a VPS, tried Google docs. Lost most of those due to changing jobs, forgetting to renew subscriptions and getting locked out of my yahoo email. Google docs is surprisingly annoying to search for me

      Obsidian looks nice, but this seems even simpler to me, who is comfortable with scripting