nextcloud / nextcloud/external
Allow app urls like obsidian://
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 132
- Forks
- 43
- Avg merge
- 15m
- Merged PRs (30d)
- 2
Description
Feature request
Which Nextcloud Version are you currently using: 31.0.6
Is your feature request related to a problem? Please describe.
Currently the url is checked against the standard http://https scheme
Describe the solution you'd like
Allow other schemes such as app urls for obsidian:// to enable opening them
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating where external URLs are checked against the standard http/https schemes. Trace the validation entry point and determine how an app scheme such as obsidian:// is handled. Done means supported app URLs can be opened without weakening the existing URL checks, with relevant coverage added if the project has tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100