• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle













  • There is a learning curve, but emacs org-mode sounds exactly like what you want.

    With org-mode you can have your docs and your code in the same place or use your docs to create and link to different files.

    You can even run your code inside your docs and have it execute on a networked computer without ever leaving your doc.

    https://www.youtube.com/watch?v=34zODp_lhqg

    And with org-roam, you can keep the same functionality you are used to with obsidian.

    Emacs is a bit of a rabbit hole however. So if you want to keep things simple you could just use git.

    Git has its own learning curve but it’s pretty much a requirement everywhere code is developed and released professionally so it’s a good idea to have some experience with it.

    I’d suggest having different repos for your different projects, and either one single readme.md file in each repo for all your docs or using the wiki feature that is built into most free git web UIs like GitHub and gitlab.

    Once on git, it’s trivial to link to specific files or even individual lines in your repo.