Looking for tips on taking notes in vim (vimwiki)

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • taskwarrior-tui

    `taskwarrior-tui`: A terminal user interface for taskwarrior

  • For task management I can recommend using Taskwarrior (and Timewarrior) which are just cli tools And https://github.com/kdheepak/taskwarrior-tui Which makes it a little simpler to use And then putting it in a floaterm https://github.com/voldikss/vim-floaterm With a mapping, eg nn ft :FloatermNew --disposable --autoclose=2 taskui (If you put the taskwarrior-tui binary in your path as taskui) That way you can open the popup window and do what ever in taskui, like start tracking your task or stop it, q for quit in taskui destroys the instance (also no hidden buffer left because of the floaterm flags) and you go on coding.

  • vim-floaterm

    :computer: Terminal manager for (neo)vim

  • For task management I can recommend using Taskwarrior (and Timewarrior) which are just cli tools And https://github.com/kdheepak/taskwarrior-tui Which makes it a little simpler to use And then putting it in a floaterm https://github.com/voldikss/vim-floaterm With a mapping, eg nn ft :FloatermNew --disposable --autoclose=2 taskui (If you put the taskwarrior-tui binary in your path as taskui) That way you can open the popup window and do what ever in taskui, like start tracking your task or stop it, q for quit in taskui destroys the instance (also no hidden buffer left because of the floaterm flags) and you go on coding.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • vim-notes

    Easy note taking in Vim

  • I use another extension for notes. This one

  • linny.vim

    Personal document database and note taking plugin for Vim.

  • I just released Linny.vim which is a note taking plugin for Vim working with markdown and front matter. Also supports task management. https://github.com/linden-project/linny.vim

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