Hello :)

There isn’t any community about note taking where I could post my question and no this is not a “What’s the best note taking app” question…

I’m getting tired of maintaining my Obsidian vaults… Somehow I’m fighting to get it right and obsidian seems to fight back. I’ve got 4 vaults of the same subject and I always end to make a mess out of it and make a fresh one… Also my notes a scattered in all direction and the more my knowledge base grows the less I seem to be able to find something…

This is probably a me problem rather than Obsidian issue. The way I’m taking notes are not compatible with Obsidian. IMO Obsidian’s defaults configuration are bad and visually not appealing. Sure customization in Obsidian is “endless” but digging in the HTML code to change the style or adding plugins to somehow get something visually appealing seems more like a chore than actually taking notes.

Here I’m again roaming the web for a Note taking app the could fit my needs and after trying a lot of different apps (please don’t suggest the already well known apps… I have probably already tried it…) I couldn’t find something that fits my workflow.

The only one that looked great and simple was osmosnote but it isn’t maintained anymore. There’s also dendron but it’s in maintenance mode. So there goes the only ones that looked promising from my perspective.


After giving it more thoughts, I was looking for something that could:

  • Keep my scripts updated
  • Simple markdown text
  • No database
  • Local first
  • Open source
  • If webapp self-hostable
  • Back-linking
  • Keep track of changes

Except for back-linking, a self-hosted Forgejo with git seems to fit all my needs, however I’m not sure if this is the right tool and I’m scared that in the long run I will mess it up the same way I did with Obsidian.

Does anyone here has some experience and is taking notes that way? I’m really curious on your experience and maybe your thoughts if it’s feasible ? Practical ?

Please don’t suggest Org.mode or Emacs ! They look very cool and very promising but they are WAY to much overkill ! And they also implement a totally new way of taking notes… Relearning on how to take notes will probably give me the last hit on abandoning to document anything !

Thank you for any helpful input !

  • Libb@jlai.lu
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 month ago

    There isn’t any community about note taking where I could post my question and no this is not a “What’s the best note taking app” question…

    Here, maybe? !pkms@lemmy.blahaj.zone

    A community dedicated to personal knowledge management systems.

    Does anyone here has some experience and is taking notes that way? I’m really curious on your experience and maybe your thoughts if it’s feasible ? Practical ?

    If you ever decide to post over there, in order to no pollute this Linux community I would happily share my own choices but they may not be the most digital solution, as I fully switched back to analog note-taking, using a Zettelkasten system (a fancy name for index cards stored in shoe boxes).

    • N0x0n@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      1 month ago

      Thank you :) I have hidden my post In case someone was already writing something. I will delete it after a few hours and I’ve already posted it back to PKMS. Sorry I didn’t used PKMS as keyword :/.

      To answer your question… Yeah I suppose analog note-taking is probably the best, You can write without any limitation in every direction !

      • Libb@jlai.lu
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 month ago

        Sorry I didn’t used PKMS as keyword :/

        Don’t be, it’s not that obvious.

        To answer your question… Yeah I suppose analog note-taking is probably the best, You can write without any limitation in every direction !

        Will see how the conversation goes in the pkms group, but that’s the road I went and I have zero (like in not a single one) regrets.

  • wyldrom@jlai.lu
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    Maybe you can try logseq?

    The journaling feature that allows you to just take note then rearrange what’s needed further downs the line works well for me

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

    FWIW I’m been using PmWiki on https://fabien.benetou.fr/ (and other of my wikis) for a decade now and it covers most of your need (no DB, track change via wiki page history, link and back-links, tons of recipes to extend) but also has some down sides (PHP, even though improved a lot since early 2000, isn’t exactly popular at the moment, own syntax that’s close to markdown yet isn’t it, not the most popular wiki engine and relatively complex). I’m also using my Gitea instances https://git.benetou.fr/

    Honestly though I’m not really sharing this as to advocate for PmWiki and/or Gitea but rather to highlight, and even think as I share, that I don’t have a single tool for both. Sometimes I need notes, sometimes I need code repository, sometimes I “just” keep files in my ~/Prototypes directories. I’d love to have a “unified” solution that manages both notes and code but so far it seems each specialized tool, including issues on repository, does a better job. Maybe it’s just the habit. Anyway it brings me to the question to you :

    what do you actually expect the unification of those tools would bring?

    Edit: I also use NextCloud to edit documents I need across devices or share with others. Same here, I could “just” upload such files (e.g. photos, rich text, spreadsheets) to my wiki as attachment and yet somehow I use this dedicated tool.

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

    Hmm, I don’t have experience with hosting Forgejo, but my intuition tells me that because it has relatively many features, that its administration is more involved than if you only host a Git Server.

    You could then use a static site generator to turn your MD-files into a webpage. Personally, I have a (still very small) knowledge base webpage using mdBook, mostly because I was already familiar with it, but it’s also pretty simple to setup and has a built-in search.

    • N0x0n@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      1 month ago

      Thank you for your insight !

      Hmm, I don’t have experience with hosting Forgejo, but my intuition tells me that because it has relatively many features, that its administration is more involved than if you only host a Git Server.

      Yeah that’s what I’m afraid of… The maintenance seems a bit complex and it seems to be solved with a hosted git server :) Seems promising I will give it a try !

      Thank you !!