Automatically fetch site title from url #913
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello @konrad,
It would be very useful if anytime an url is entered in the tasks title, Vikunja could fetch the site url and substitute the entered url by:
[site title](url)
.Todoist does this natively, but you could look at how Wallabag does this for their article fetching.
Thank you !
Related to vikunja/frontend#580 I guess. Would make sense to have this in the api rather than the frontend (I can smell CORS-Erors already if we'd try to solve this through the frontend).
Hey @konrad,
That's why I opened this issue in the api repo 🙂
This, combined with vikunja/frontend#580 can be very useful.
For example, when you want to add a site as a tasks it would fetch the title of the site article/video/etc and would substitute the url with a clickable link.
Where I find this most useful is for tutorials, for me or for friends in shared lists. Imagine you want to take an online course which has its lessons in various sub-urls or different youtube videos. You create a main task Online Course and insert as subtasks all the course's url lessons which will autogenerate clickable links to the lesson's site or videos and you can now schedule all this subtasks to take an online course for you or to friends through shared lists.
This is just two use cases, but there are more obviously !
Thank you once again.
Yeah I think it makes sense to have this - I've added it to the backlog.
As we're moving Vikunja to GitHub, this issue has been migrated to GitHub: https://github.com/go-vikunja/vikunja/issues/489
To learn more about why we're doing this, please check out the announcement.