-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding ref of related files (idea) #42
Comments
I see your point, but I have no idea how to integrate this to the actual workflow. Any suggestion? Maybe sth like |
oh ... i took the wrong repo to declare the issue (originally then idea was for vim). On Vim, just having a way to access the list item by item (i.e. a buffer normal mode) will allow to do a In fact, it would be interesting to mention attachment and a position in the attachment (with text files it would be line number; in a webpage, this is already contained in url; in a doc a page number maybe). An experimental usecase :
|
No it's fine, since the Vim plugin is just a view. All the logic needs to be done CLI side. I like your proposal, but it's too "complex" for a first shot. We should start with a smaller and simpler version of this. I will think about it and let you know ! |
I propose to attach a simple text file for now, so the user can put whatever he wants. Then we can try to add more and more logic to open links, load Vim sessions etc. What do you think? In fact it can be seen as an extended description. It looks a bit like what @mg979 proposed on Unfog's predecessor: soywod/kronos.vim#6. |
Yes, any textarea is enough to feed a script that would give access to documents. |
Searching for a good tool for managing task.
This tools is really interesting and appear to be really clean to use.
(working currently with timewarrior and taskwarrior + a lot of TODO/FIXME in files)
I got only an idea of enhancement : a field to link to external refs (local wiki, code, issue tracker...) and maybe something to add a task directly from this ref (source code or documentation in vim, ... for issue tracker case it would require some kind of server ... ).
Actually, i'm not sure how much it is a good idea, but doing a simple
gf
(to start a correction) from a task manager would be pleasant.The text was updated successfully, but these errors were encountered: