• trem@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    2
    ·
    2 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
    7
    ·
    8 hours 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
      5
      ·
      6 hours ago

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

  • qaz@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    7 hours 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.

  • moonpiedumplings@programming.dev
    link
    fedilink
    English
    arrow-up
    12
    ·
    14 hours 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/

    • Zykino@programming.dev
      link
      fedilink
      arrow-up
      7
      ·
      8 hours ago

      Avoiding Vendor Lock-in By Using KDE Plasma As Personal Knowledge Base

      More like:

      How I vendor locked myself in KDE Plasma as PKB

      /s

      • moonpiedumplings@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        6 hours ago

        Yes, but it looks like the xdg.user.tags and xdg.user.comments are KDE software specific, and not part of the official spec. Meaning other softwarw probably can’t read and interact with those attributss in the same way.