• 0 Posts
  • 87 Comments
Joined 1 year ago
cake
Cake day: January 12th, 2024

help-circle

  • I just use plain ol’ vim and other cli utilities, such as grep.

    Honestly literally any text editor will do, if you keep your notebook structure sane. Dunno what kind of “getting in the way” obsidian does, but I use it on my phone to edit my notebook and it just works.

    I have one loosely structured notebook for everything. Four main categories are Archive, Resources, Projects, Areas.

    My notebook looks something like this:

    Notes/
    |- Archive/
    |-- Templates/
    |-- ...
    |- Projects/
    |-- Minesweeper In C/
    |--- Minesweeper.md
    |--- C memory stuff.md
    |--- Other related stuff.md
    |-- World Shell Project/
    |--- World Shell.md
    |--- POSIX Reference.md
    |--- How to write a lexer.md
    |-- ...
    |- Areas/
    |-- College/
    |--- MySQL Module Abstract/
    |---- 2024-09-15.md
    |-- Creative Writing/ 
    |--- Age of Fire.md
    |--- My Digital Heartache.md
    |-- Health/
    |--- Leg stretches.md
    |--- Stop smoking.md
    |- Resources/
    |-- Parsing webpages with Readability-JS.md
    |-- Terminal Tools/
    |--- gcc.md
    |--- ffmpeg.md
    

    In my opinion you should really stop roaming for a miraculous app that will fix all your problems, pick up a text editor you like and start writing.



  • ma1w4re@lemm.eetoProgrammer Humor@programming.devGood guy clippy
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    24 days ago

    Did Zed devs fix vim mode? In the early stages I tried it and lots of movements weren’t the same as in vim, I still remember trying to jump a few screen down and it just deleted a few lines instead. Also didn’t really like that you couldn’t controll the menu on the left using vim movements like you can with vimtree, really makes it unusable if you have to jump around between your mouse and keyboard. Gotta check it myself I guess, hopefully they made it better