All Projects → WuTheFWasThat → Vimflowy

WuTheFWasThat / Vimflowy

Licence: mit
An open source productivity tool drawing inspiration from workflowy and vim

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vimflowy

Yana
Powerful note-taking app with nested documents, full-text search, rich-text editor, code snippet editor and more
Stars: ✭ 87 (-94.09%)
Mutual labels:  productivity
Polyx
Productivity suite written from scratch in Ink on the backend and Torus on the web
Stars: ✭ 98 (-93.35%)
Mutual labels:  productivity
Spaceboard
Pinterest for markdown notes. Made with React, TypeScript, and Next.js.
Stars: ✭ 106 (-92.8%)
Mutual labels:  productivity
Trackmd
Tools for tracking changes in Markdown format within RStudio
Stars: ✭ 89 (-93.96%)
Mutual labels:  productivity
Organice
An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers
Stars: ✭ 1,327 (-9.91%)
Mutual labels:  productivity
Yi Note
YiNote browser extension - online video note taking tool
Stars: ✭ 96 (-93.48%)
Mutual labels:  productivity
Pihole Browser Extension
Browser extension to control your pi-hole
Stars: ✭ 83 (-94.37%)
Mutual labels:  productivity
Pomotroid
🍅 Simple and visually-pleasing Pomodoro timer
Stars: ✭ 2,028 (+37.68%)
Mutual labels:  productivity
Sspipe
Simple Smart Pipe: python productivity-tool for rapid data manipulation
Stars: ✭ 96 (-93.48%)
Mutual labels:  productivity
Automation Arsenal
Curated list of popular Java and Kotlin frameworks, libraries and tools related to software testing, quality assurance and adjacent processes automation.
Stars: ✭ 105 (-92.87%)
Mutual labels:  productivity
Notion Icons 2.0
Create a more vibrant and modern workspace. Use Github Issues to request more Icons.
Stars: ✭ 93 (-93.69%)
Mutual labels:  productivity
Perfectwindows
PerfectWindows 软件家族 - Windows 从未如此完美!
Stars: ✭ 1,326 (-9.98%)
Mutual labels:  productivity
Brilliant Bash
A handful of bash aliases to strengthen the bond between you and your machine.
Stars: ✭ 100 (-93.21%)
Mutual labels:  productivity
Timetrack
Automatically track how you are spending your time by watching the file system
Stars: ✭ 88 (-94.03%)
Mutual labels:  productivity
Dddplus
🔥 A lightweight flexible development framework for complex business architecture with full ecosystem!轻量级业务中台开发框架,中台架构的顶层设计和完整解决方案!
Stars: ✭ 107 (-92.74%)
Mutual labels:  productivity
Baelte
CLI tool for svelte to help you be productive
Stars: ✭ 85 (-94.23%)
Mutual labels:  productivity
Booklight
Your Chrome Alfred - An Extension to provide spotlight-like interface for your bookmarks
Stars: ✭ 98 (-93.35%)
Mutual labels:  productivity
Todometer
A meter-based to-do list
Stars: ✭ 1,559 (+5.84%)
Mutual labels:  productivity
Dargs
Enhance any command with dynamic arguments
Stars: ✭ 107 (-92.74%)
Mutual labels:  productivity
Meta
tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo?
Stars: ✭ 1,376 (-6.59%)
Mutual labels:  productivity

Vimflowy Vimflowy

Join Gitter chat Build Status

This is a productivity tool which draws some inspiration from workflowy and vim.

Try it out now!

Deploy yourself with docker!

FEATURES

  • Workflowy features
    • tree-like outlining
    • collapsing and zooming into bullets
    • basic text formatting, strike through task completion
  • Vim features
    • (configurable) vim keybindings
    • modal editing
    • undo history, location history, macros, etc.
  • Plugins system (see plugins.md)
    • marks (not like vim's)
    • easy-motion for moving between bullets quickly
    • time tracking
    • LaTeX and HTML rendering
  • Other
    • data import from or export as text file (native Vimflowy format or Workflowy-compatible format)
    • loads data lazily (good for huge documents)
    • search (not like vim's)
    • cloning (bullets duplicated in multiple locations in a document)
    • customizable visual themes

LIMITATIONS

  • No collaborative editing
  • Global search is slow for large documents (so you'll want to use marks)
  • You may need a relatively modern browser (minimally HTML5 LocalStorage and Flexbox). I test only in recent versions of Chrome and Firefox.

DATA STORAGE

Vimflowy was designed to work with multiple storage backends.

By default, you own your own data, as it is stored locally on your computer. However, you can let Google host it for you, or host it yourself.

See here for more info.

SELF-HOSTING

See the deployment documentation for details. You can deploy with docker, or build from source yourself.

NOTES FOR DEVELOPERS

Contributions are very welcome! See dev_setup.md to see how to get started with a development setup.

LICENSE

MIT: https://wuthefwasthat.mit-license.org/

FAQ (AKA questions I imagine people would ask me)

see here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].