• BedSharkPal@lemmy.ca
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    Obsidian just stores the data as TXT files. Only now you can have formatting, links, tags, lists, charts, images, etc.

        • mogoh@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          1 month ago

          Saying Obsidian uses just TXT files suggest, that I could use any editor and that Obsidians file format is compatible with any editor. That is technically the truth, but the problem is, that if I decide to use another editor I might get problems because of the lacking ability to usefully edit the metadata. So, if I use Obsidian, the files are de facto not compatible with other editors.

          Of course I could switch off of Obsidian and I have the raw data, so I am not locked in. But I think stating that obsidan uses just txt files without any explanation is a bit misleading.

          • JackbyDev@programming.dev
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 month ago

            You won’t get any problems. I’ve done it before. If you make Obsidian use Markdown links you can even sort of make links to other files through other editors, but it’s a little janky still.

  • nothingcorporate@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    I also tried a bunch of things. Obsidian with journals plug-in is the perfect solution.

    (Ok, journals + like 10 other plugins)

  • Ephera@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    I split my notes/todos into multiple files, but I wrote a small program which basically just creates a file with a randomized name in a flat directory and then opens it in my default editor.
    I just want to be able to start typing right away without worrying where to put the note or what to title it or whatever. Like, I will put a title on it and include some keywords to help me find things again, but I can do that later when I don’t need to noting things down…

  • pH3ra@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 month ago

    I’ve been using Quillpad for some time now. It’s kind of a “glorified markdown editor” (like Joplin) but stripped down to the only things I need: bullet lists for todo and grocery, quick notes, audio notes. Recently version 1.5 came out which allows to sync local files so it can now work with Syncthing and that made it an instant favourite for me

  • sonofearth@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 month ago

    I use it with CalDAV via Baikal. Apple reminders support it and other CalDAV supported applications like thunderbird and tasks.org with DAVx5.

  • melsaskca@lemmy.ca
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    I miss the days when all the best plans were hastily scribbled on a cocktail napkin for later reference.

  • brianpeiris@lemmy.ca
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 month ago

    I concur with the article. I’ve tried various tools but I keep coming back to text files in vim. Recently I’ve been using a notes/ directory with a bash function to quickly create and edit a named text file for a new topic. That gives me the little bit of organization and separation for isolated tasks, while still having a main notes.txt file for miscellaneous notes and todos. I really like being able to stay in the terminal and using ripgrep for everything.