kanriapp / kanri

🪐 Modern offline Kanban board app for Windows, MacOS and Linux. Built with simplicity and user experience in mind.
https://kanriapp.com
GNU General Public License v3.0
762 stars 66 forks source link

URL support in card description #718

Open lordofscripts opened 2 weeks ago

lordofscripts commented 2 weeks ago

Is your feature request related to a problem? Please describe. Not related to a problem.

Describe the solution you'd like That the user can use hyperlinks in the card's text description in a manner like HTML documents where the URL is only visible when editing the hyperlink, but that in normal render mode only the URL text is rendered with underline decoration..

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

trobonox commented 2 weeks ago

I've tried to add this before but it is currently prevented by a security feature in the app framework Tauri, which doesn't allow opening all links entered in an app for security purposes. I'm not sure if I want to disable this because of said security concerns, but I might consider it once I migrate to a higher version of Tauri which includes a lot of new and updated features.

lordofscripts commented 1 week ago

Good point but, who would put a malicious URL in their own Kanban? Doesn't look like an issue for personal, single-user Kanbans. Now, if the Kanban board is shared by multiple people it COULD be an issue. Then again, I wouldn't add people I can't trust in my Kanban. In any case, I only use it for myself (Personal projects, Creative writing & Software development pet projects). Anyway, I am super happy that there is now a build for my platform (as of 0.8). 👍