I’m looking for a good notes taking app to replace The Bad Ones like Evernote.

I want to have the content available over multiple devices (iOS app if possible) and preferably also a web editor.

Any ideas?

  • Lodra@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    I don’t think this satisfies your use cases perfectly but an interesting solution for sure. I prefer note taking in vscode using the patricklee.vsnotes extension. Here’s a write up on it at c/vscode. You can commit your note changes to a git repo on github or other elsewhere, giving you access from many different places.

    • SinTacks@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      I have manual commands creating notes and symlinked notes dirs and a global gitignore for something similar but I namespace per repo which is much more convenient for me.

      • Lodra@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 months ago

        Well that’s interesting! But I don’t write see how that would work. Mind explaining a bit more? Perhaps s little demo with notes from two workspaces?