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

Link to External Apps #820

Open
ttschnz opened this issue Jun 25, 2023 · 0 comments
Open

Link to External Apps #820

ttschnz opened this issue Jun 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ttschnz
Copy link

ttschnz commented Jun 25, 2023

What makes the feature necessary?
If I want to integrate Notion into an existing workflow that includes other apps, I need to be able to add links to those apps.
There is already a link function, but it only supports http(s) schemes. Other schemes are not executed.
Example use-case: Having a database with coding-projects, I could add a column "Open Project", which then has a link with the url-scheme of Visual Studio Code: vscode://vscode.git/clone?url=<url for git-repo> which then directly opens vs-code with the git repo.
How would the feature work?
(plattform dependant)
for Windows: command line start <url>, no matter what scheme. Example: start calculator://
I can Imagine that normal links allready work like this in the electron main-process? So maybe only the url-check needs to be modified.

@ttschnz ttschnz added the enhancement New feature or request label Jun 25, 2023
@dragonwocky dragonwocky transferred this issue from notion-enhancer/repo Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant