taskwiki VS mkdnflow.nvim

Compare taskwiki vs mkdnflow.nvim and see what are their differences.

taskwiki

Proper project management with Taskwarrior in vim. (by tools-life)

mkdnflow.nvim

Fluent navigation and management of markdown notebooks (by jakewvincent)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
taskwiki mkdnflow.nvim
11 21
810 617
0.6% -
1.5 8.5
8 days ago 9 days ago
Python Lua
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

taskwiki

Posts with mentions or reviews of taskwiki. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-01.
  • Taskwiki Working...But TaskWiki tasks Not Migrating To Taskwarrior on Save?
    3 projects | /r/taskwarrior | 1 Sep 2022
    A bit more online sleuthing around Taskwiki's GitHub issues lead me to this post from March 2022 that (seemed) to resemble the issue I was having. A handful of users reported the error resolving after they fixed some underlying Python issues. Hoping this was my issue as well, I ran brew upgrade to update my MacOS' version of Python from 3.10.6_1 to 3.10.6_2. After that, I uninstalled and reinstalled tasklib, as well as unlinking and relinking my version of Python's symlinks.
  • Assigning Tasks To A Project in Vimwiki via TaskWiki
    1 project | /r/taskwarrior | 27 May 2022
    My overall experience with the plugin so far has been positive. That said, I've been struggling to resolve a (small) ambiguity in the TaskWiki docs, hence this post.
  • Your favourite note taking+todo plugin and reason
    18 projects | /r/neovim | 24 Dec 2021
    with the https://github.com/tools-life/taskwiki plugin to bring taskwarrior into vimwiki
  • Neorg OR orgmode.nvim
    8 projects | /r/neovim | 18 Nov 2021
    If you already use taskwarior, make sure to checkout taskwiki: https://github.com/tools-life/taskwiki (needs vimwiki)
  • Recommendations for a TODO plugin
    6 projects | /r/neovim | 15 Oct 2021
    I use taskwiki, I was already using vimwiki so it wasn’t a big leap, but it’s pretty invasive. I configure both it and vimwiki to turn off a lot of default maps, information hiding, etc.
  • Severe need of organizational advice!
    4 projects | /r/gtd | 17 Aug 2021
    And extend functionality/ease of use with Taskwiki + Taskwarrior-tui + Wyrd
  • Show HN: Grit – a multitree-based personal task manager
    3 projects | news.ycombinator.com | 2 Apr 2021
    I just started migrating to taskwarrior which great due to the many clients. Actually its integration with vimwiki via the taskwiki plugin [1] is quite powerfull allowing editable views. Wonder if this dag aproach could be integrated via metadata without loosing compatibility.

    [1] https://github.com/tools-life/taskwiki

  • Vimwiki is ignoring markdown?
    2 projects | /r/vim | 5 Mar 2021
    Oooo. this seems promising. Does it work with taskwarrior/taskwiki integration?
  • Vimwiki ignoring config?
    2 projects | /r/vim | 4 Mar 2021
    This won't solve your problem but I noticed this plugin https://github.com/tools-life/taskwiki#make-sure-you-satisfy-the-requirements says to use the vimwiki dev branch and looks like you aren't: https://github.com/byteofsoren/dotfiles/commit/8c74014bb8f78895dc65d6abdd08c686c1b9f2bc#diff-32c0eb324a51d12fd616720bdfdf2b40ee0bbf2e8a092f9180a85e562edfcd2cR116
  • Is there a good task manager that works with Vim and Android?
    2 projects | /r/vim | 1 Mar 2021
    Task warrior https://taskwarrior.org/ With task wiki https://github.com/tools-life/taskwiki And task warrior for android https://play.google.com/store/apps/details?id=kvj.taskw&hl=en_US&gl=US

mkdnflow.nvim

Posts with mentions or reviews of mkdnflow.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-01.
  • Task management at emacs org-mode level in neovim
    8 projects | /r/neovim | 1 Jul 2023
    I like logseq for knowledge management and tasks. And since it's all plain markdown files they are easy to quickly open and search in nvim. https://github.com/jakewvincent/mkdnflow.nvim is really nice for this because it can follow the internal links and create new pages.
  • Vimwiki - managing multiple wikis
    1 project | /r/vim | 24 Apr 2023
    I've been planning to switch to https://github.com/jakewvincent/mkdnflow.nvim and re-write the function that creates diary pages, and the functions that cycle/navigate to next/prev diary pages, so that they work in subdirs... for example: main wiki is ~/diary and the main diary is in the root of that wiki and I want to be able to flexibly create dated files in any subdir without making that its own wiki so like in ~/diary/subdirxyz/2023-03-17.mkd the nextDay() function (whatever it's called) would look for next dated file only inside subdirxyz.
  • Ideas to practice lua and neovim plugin development
    4 projects | /r/neovim | 7 Mar 2023
    There are some cool features we've talked about adding to mkdnflow.nvim!!!
  • Tools for productivity
    31 projects | /r/neovim | 7 Mar 2023
    https://github.com/jakewvincent/mkdnflow.nvim is a similar plugin to neorg that's closer to vimwiki than to org-mode. Either way, a personal documentation system, and whatever report/scripts/grep to find things easily.
  • Note taking options?
    34 projects | /r/neovim | 5 Feb 2023
    Did you see https://github.com/jakewvincent/mkdnflow.nvim/ mentioned here? I think that's the winner here (though I admit I have bias against even considering zettlekesten/zk merely due to its name: in computing we call that a wiki).
  • Toggle markdown checkbox
    4 projects | /r/neovim | 2 Feb 2023
    My markdown plugin mkdnflow does this (among other things). If you’re not looking for any functionality except toggling checkboxes, you could take a look at the lists module lists.lua and search for the function toggleToDo() (and those it relies on).
  • Select indented lines in markdown todo list
    4 projects | /r/neovim | 11 Jan 2023
    I'm using zk-nvim with markdown lsp, markdown / markdown_inline Treesitter and MKDNFLOW for my notes and tasks. This all works great and I also created this shortcut to archive selected lines to a different file
  • How do you take notes? (preferable if its native lua way)
    10 projects | /r/neovim | 3 Jan 2023
    I use mkdnflow.nvim for taking notes in markdown. It is simple, and you can easily create and follow links.
  • Suggest me some plugins/setup for writing + previewing markdown.
    7 projects | /r/neovim | 18 Nov 2022
    I use markdown for all of my notes inside of Neovim and have a few custom macros and shortcuts, and heavily use iamcco's [MarkdownPreview](https://github.com/iamcco/markdown-preview.nvim) along with jakewvincent's [MkdnFlow](https://github.com/jakewvincent/mkdnflow.nvim).
  • What's the one plugin you'd love to see?
    28 projects | /r/neovim | 6 Nov 2022
    Not sure what exactly you mean by editing lists and tables with ease, but my plugin https://github.com/jakewvincent/mkdnflow.nvim might check some of those boxes. What list and table editing features would be must-haves for you?

What are some alternatives?

When comparing taskwiki and mkdnflow.nvim you can also consider the following projects:

neorg - Modernity meets insane extensibility. The future of organizing your life in Neovim.

telekasten.nvim - A Neovim (lua) plugin for working with a markdown zettelkasten / wiki and mixing it with a journal, based on telescope.nvim

taskwarrior - Taskwarrior - Command line Task Management

tree-sitter-markdown - Markdown grammar for tree-sitter

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

todo-comments.nvim - ✅ Highlight, list and search todo comments in your projects

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

vimwiki - Personal Wiki for Vim

telescope-vimwiki.nvim - look through your vimwiki with your telescope

neuron.nvim - Make neovim the best note taking application

Hugo - The world’s fastest framework for building websites.