[Feature Request] Local To-Do / Tasklist #1630
-
Beta Was this translation helpful? Give feedback.
Replies: 19 comments 11 replies
-
I would like to vote my +1 to this idea. I migrated to homepage from Heimdall and loved the flexibility of the solution. This is now my default page for all browsers and having a quick todo would be a nice thing. Not looking to replace something like Todoist, but something oriented to my servers would be fantastic! |
Beta Was this translation helpful? Give feedback.
-
I came here searching for this. Whether it's something simple and built in or connected to another service would be great. |
Beta Was this translation helpful? Give feedback.
-
Also just came here looking for something like this or a widget / intergration what does this. |
Beta Was this translation helpful? Give feedback.
-
Integration with Todoist via their API would be amazing. |
Beta Was this translation helpful? Give feedback.
-
FYI I was able to get Todoist linked and running using the iframe widget (which is not yet released, but most likely will be soon) |
Beta Was this translation helpful? Give feedback.
-
As a note to anyone following or considering implementing this: the only viable solution to this at the moment would be something that integrates with an external service. Homepage does not (and probably wont, certainly not any time soon) have any kind of persistent storage and we're not open to writing to the yaml files, so theres really no good mechanism to do this at the moment. Unfortunately, of course, there are a majillion todo apps out there, but I think that would be the only real tenable approach for now. Open to discussion about it, of course. |
Beta Was this translation helpful? Give feedback.
-
Maybe something that integrates with a service like vikunja then? Honestly speaking, I don't think todo integration is needed if you've already got a dedicated service running - said service's actual interface would surely be much better too... |
Beta Was this translation helpful? Give feedback.
-
Is it possible to organize something like this? For example, it would be easier for me to use the notes on Synology. I can change them from my phone without any problems, mark them and delete them. Is it possible to somehow connect and output a specific note from Synology? one line is one task for example |
Beta Was this translation helpful? Give feedback.
-
I am a bit interested in integrating Todoist API as a widget. Iframes are fine but having a list view would fit nicely under Homepage. I might give this a shot! |
Beta Was this translation helpful? Give feedback.
-
It seems like there's plenty of want for a todo list As long as it's up to scratch, would a read-only Service Widget contribution be accepted @shamoon? |
Beta Was this translation helpful? Give feedback.
-
Maybe for starters, something simple, where you don’t need to sign up or register. I made a couple of clicks on my phone, marked or created a task and it is immediately displayed |
Beta Was this translation helpful? Give feedback.
-
The simplest thing for me is Synology Notepad or Apple Notepad. |
Beta Was this translation helpful? Give feedback.
-
Just started out using planka and came here looking for a widget. For me, having a overview for a particular project>board (e.g. how many tasks are due this week, how many this month and how many past due). Interested in seeing the Vikunja widget, as I've only just heard of Vikunja, now that I've deployed planka -- go figure :-p |
Beta Was this translation helpful? Give feedback.
-
I tried integrating ToDost via n8n (which would open up the CustomAPI to all kinds of other APIs without having to write and deploy middleware code): The problem though seems to be that Homepage doesn't support displaying lists from a JSON array as retrieved by the Custom API (see here), so the result is kind of not so nice right now: |
Beta Was this translation helpful? Give feedback.
-
If there are no objections, I'm going to work on building a Planka service widget. |
Beta Was this translation helpful? Give feedback.
-
I've now managed to cut the number of API calls in half for the Vikunja widget - it now does one for Projects and one for Tasks. And to be honest maybe there is no point in having a Projects field, but the more options the better? Even though Vikunja implements filters in it's API, to reduce calls I instead opted to filter the arrays it returns via the map function, in widget.js. However I'm not too sure if I'm doing the date comparisons correctly, although they seem to return the correct numbers in my limited testing. Looking for tips to do the filtering better, I'll take all criticism! Regarding additional fields, what else would people want besides Projects, Tasks (due in 7d), Overdue Tasks and In Progress Tasks? I'm open to suggestions. |
Beta Was this translation helpful? Give feedback.
-
Submitted a PR #4118 - currently getting some help cleaning up and optimizing code 🤞 |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
Submitted a PR #4118 - currently getting some help cleaning up and optimizing code 🤞