Git Product home page Git Product logo

vim-simple-todo's People

Contributors

alok avatar althalus avatar avegancafe avatar felixge avatar kba avatar omnidan avatar talw avatar vitalk avatar yassu avatar yosh-se avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

vim-simple-todo's Issues

No option to turn the current line into a task

I had a TODO list as a raw list of lines before I found this nice plugin. :3
I wanted to add a TODO mark at the beginning of each line.

Suppose I have a line that says
Test line

but once I press 0 and \i

It turns into

T[ ] est line

Not into
[ ] Test line as expected

Obviously, workarounds exist, such as adding a dummy space on the beginning of each line.

Sort/remove entries based on whether they are checked or not

It might be useful to add an option to make the resolved issues fall to the bottom so they don't mix with the resolved ones as well as to delete the resolved ones.

I think the built-in :sort command of Vim with its range set by some clever regular expressions could do the trick. I'll look into it!

Simplify adding new todo's above and below a task

Vimwiki has an interesting behaviour, they somehow (I didn't check the code yet) override the normal mode o and O commands, and insert new todo-lines below and above respectively. I thing we can borrow that idea and simplify how we add tasks here.

Missing adding a todo in a list item at the start of the line.

I'm trying to add this to your plugin, this is where I'm at:

nnore <silent> <Plug>(simple-todo-new-list-item-start-of-line) mzI<c-r>=<SID>get_list_marker(line('.')-1)<cr><Esc>"=g:simple_todo_list_symbol.' [ ] '<cr>pa<space><Esc>`z4l

However, it adds the list item at the second position of the line instead of the first.
What is missing to get this to work?
I can make a pull request with the addition after it works if you're busy :)

Thanks!

open todo in small vertical split and global todo list

I am not sure if it is possible to open the todo in a small vertical split (by default or everytime) like we see in plugins like ultisnips or vim-plug

Also i wish there was a global todolist which i can access from any directory.

Please tell how i can make this work.

GFM compatibility

Unable to mark item done/undone if line starts from non-whitespace character.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.