Skip to content
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

URL abstract type should support URI schemes #469

Closed
ghostwalkerj opened this issue Aug 17, 2021 · 2 comments
Closed

URL abstract type should support URI schemes #469

ghostwalkerj opened this issue Aug 17, 2021 · 2 comments
Labels
👋 For : Community or Good First Issue Targeting community to contribute 🍰 Scope : Column Related to column type or its presentation ✨ Type: Enhancement Some new changes adding on the existing functionality to make better. 🔦 Type: Feature New functionality is requested.

Comments

@ghostwalkerj
Copy link

Many applications have URI schemes or application custom URLs associated with them. For example, each email message can have a unique URL. Additionally there are applications which allow the dynamic creation of custom links such as Hook. This is very useful as it allows the storage of links to documents, email messages, chat messages and on.

The current URL abstract type fails the validation of application links. This should be changed to allow all valid application links to be stored in the column and to open the link when clicked.

Here is a list of valid URI schemes. Should be trivial to validate with a regex.

@pranavxc pranavxc added the ✨ Type: Enhancement Some new changes adding on the existing functionality to make better. label Aug 18, 2021
@o1lab o1lab added the 👋 For : Community or Good First Issue Targeting community to contribute label Oct 2, 2021
@Zuoqiu-Yingyi
Copy link

I think so, too.
It is also important to note that there are many URL Schemes of Apps that are not registered.
For example, the following table lists Apps.

  • Zotero
  • Marginnote
  • BookxNote
  • OneNote
  • Obsidian
  • SiYuan
  • Craft
  • Bear
  • OmniFocus
  • Things
  • Devonthink
  • Everything
  • Alfred
  • Evernote
  • iThoughts
  • Agenda
  • org-roam
  • Simplenote

@jpbourgeon
Copy link

This is a duplicate of #746

@o1lab o1lab added the 🔦 Type: Feature New functionality is requested. label Aug 31, 2022
@o1lab o1lab added the 🍰 Scope : Column Related to column type or its presentation label Sep 13, 2022
@dstala dstala closed this as completed Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👋 For : Community or Good First Issue Targeting community to contribute 🍰 Scope : Column Related to column type or its presentation ✨ Type: Enhancement Some new changes adding on the existing functionality to make better. 🔦 Type: Feature New functionality is requested.
Projects
None yet
Development

No branches or pull requests

6 participants