-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
💡 [FEAT] Note taking capabilities #79
Comments
Hi there!
Thanks, bud :D. Just trying my best
I'm actually designing a plugin system to integrate(mostly sync and write) dooit with other todo applications using some small python scripts I don't know if I understood it correctly but I am working on something called tags For example, let's say there are three todos namely A, B, and C. And, A and B are marked as
Yep, they are stored in YAML with todo.txt format :D |
dooit is compatible with todo.txt formats?? saw this on brodie's video and was really not looking for a terminal app but this one looks very good, especially the ease of use with hotkeys etc. Offtopic because I haven't launched it yet but I think it would be nice to be able to edit the icon of each task list and add special character (or nerdfont stuff or whatever) |
Yes. I'm trying to make it as simple as possible to interact with the todos both by using python scripts and from a text editor
Right. I was thinking the same. I'm thinking of adding a special_icons = {
"work*": "W",
} Which makes the icon for every workspace What are your thoughts on this? Do you have any better ideas? |
seems correct but can't really test and look into the actual config file as of now because of my font issue |
I think a separate app would be great for notes. Of course, they could share much of the code. I'd love a Notes app with the same sort of interface and search functionality. I have my own that's written in awful bash but is nowhere near as polished as dooit regarding style and functionality. |
Is your feature request related to a problem? 😢 Please describe.
No, just a new feature.
Describe the solution you'd like 🤔
This is an awesome program; you've done a great job. I love the TUI, it is nice and clean! I've been on the search for an application with a great TUI like this, but one for keeping notes as well as to-dos. I've been using TaskWarrior to handle my task lists, and it works great for that. But it has no note taking abilities. I know its kind of a big jump, but if you integrated notes and to-dos in this app (preferably stored in an easily exportable format, like plain text/markdown files), it could be amazing. Especially if notes and to-dos could be linked - i.e., while editing a note, you can create a task that is linked to that note. Whenever a note is recalled, all linked tasks are visible in another pane at the bottom of the screen. Similarly, when viewing a to-do, any notes linked to-do are displayed for quick access. Just an idea to consider!
One other suggestion to include an option that causes a parent list to aggregate all the tasks (or notes!) contained within all child lists.
That's all I have! Thanks again for sharing this project - its great!
The text was updated successfully, but these errors were encountered: