Note-taking system (Second Brain implementation in neovim)

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. wiki.vim

    A wiki plugin for Vim

    There's really interesting discussion on wiki.vim's issue tracker which we had few years ago. I think it's worth advertising because there are many more details and ideas for notetaking systems: https://github.com/lervag/wiki.vim/issues/101

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. obsidian.nvim

    Obsidian 🤝 Neovim

    Because I like to collect notes from the browser with https://addons.mozilla.org/de/firefox/addon/markdownload/ to obsidian and edit in Nvim with https://github.com/epwalsh/obsidian.nvim

  4. marksman

    Write Markdown with code assist and intelligence in the comfort of your favourite editor.

    A hackier way that you can bend to your will and might be more vim-like is using the Marksman LSP with regular old markdown files in vim. You can go-to-definition in markdown links, etc. This is a Helix YouTuber who shows off some of the power of marksman, but all of these concepts translate 1 to 1 with neovim: https://www.youtube.com/watch?v=8GQKOLh_V5E

  5. doom_config

    In case OP is interested, here’s my config. The main annoyance, which works fine now, was getting variable fonts to work. I have always struggled to get fonts to behave as I want in Doom.

  6. OVIWrite

    Integrated Writing Environment (IWE) based on NeoVim

    Dot files: https://github.com/MiragianCycle/OVIWrite. .

  7. dot

  8. vim-todotxt-syntax

    Change your vim or neovim to an ultimate TODO management tool.

    I'm just using my small and simple plugin for todotxt syntax highlight, that I've made years ago for vim. It's useful when I want to put some extra colors or I want to include some tasks in the file.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Neovim for beginners

    20 projects | dev.to | 30 Sep 2024
  • Neorg – organize your life in Neovim

    9 projects | news.ycombinator.com | 26 Mar 2024
  • cpp setting problem

    4 projects | /r/neovim | 6 Dec 2023
  • What are some plugins that you can't live without?

    16 projects | /r/neovim | 4 Dec 2023
  • Plugin - task-toggler

    2 projects | /r/neovim | 22 Jul 2023

Did you know that Vim Script is
the 32nd most popular programming language
based on number of references?