• BedSharkPal@lemmy.ca
    link
    fedilink
    arrow-up
    5
    ·
    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.

          • Appoxo@lemmy.dbzer0.com
            link
            fedilink
            arrow-up
            1
            ·
            1 month ago

            Obsidian is just another WYSIWYG Editor.
            What makes it a problwm is the MD-dialect they employ.

            For example callouts in obsidian are not possible in the markdown flavor of vs-code.
            I can’t do thiy in vscode

            > [!warning]-  
            > This is a collapsed warning
            

            But that is what I quite like and I found no other programs which handles as well as Obsidian.
            Maybe some parts of vscode markdown with plugins closes the gap.

  • cmnybo@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 month ago

    There’s nothing wrong with using a good text editor. You can always use some markdown if you want basic formatting.

  • Appoxo@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 month ago

    So far the best for me is a mix of Google’s Tasks and Notes.
    Both hide ticked of tasks, have functional reminders and are accessible from any authenticated device (to be edited).

    All others I’ve tried, lack the hiding of the ticked boxes requiring one to create new pages divided by months, weeks or some other divider.

  • InfiniteGlitch@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    For a while I had been using the “To Do” list that’s built in through Hotmail and the iOS app.

    But nowadays I’ve been using TickTick app for the to-do’s.

  • pH3ra@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    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

  • ClassifiedPancake@discuss.tchncs.de
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    I’m very happy with Things. Been using it for 7 years with an occasional dip into Todoist and Apple Reminders just out of interest, but always coming back to Things.

    It fits exactly how my brain works. The only annoyance is that I cannot tick off recurring tasks before they are scheduled.

  • 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)

  • brianpeiris@lemmy.ca
    link
    fedilink
    English
    arrow-up
    2
    ·
    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.

  • 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…