tim-hoffman / NoteManagementSystem

Note, task, and file management system with search capabilities.
MIT License
0 stars 0 forks source link

Add the ability to directly add URL links #20

Closed tim-hoffman closed 4 years ago

tim-hoffman commented 4 years ago

The current work-around is to create a ".url" file and then add it to a new File element.

tim-hoffman commented 4 years ago

The implementation could simply be doing this two-step process automatically. Could alternatively be implemented similar to issue #14

tim-hoffman commented 4 years ago

Alternative to creating a URL file is to just store the URL/URI and use Desktop#browse(URI) to open it.