Feature Request: hyperlink to onenote or local file
See original GitHub issueIssue
Server Setup Information:
- Operating System: ubuntu server 17.04
- Deployment Method(snap/sandstorm/mongodb bundle): snap
- Http frontend (Caddy, Nginx, Apache, see config examples from Wekan GitHub wiki first):
- Node Version: v8.11.1
- wekan versioni: 0.89.0
- ROOT_URL environment variable http(s)😕/(subdomain).example.com(/suburl):
Problem description: -when adding a hyperlink to a card description or in the comments using a link to a onenote page, a blank page opens instead of navigating to the onenote page:
onenote:http://path/to/notebook/notebook.one#section_name§ion-id={...}&page-id={...}&end
will open the same card in a new window, which displays a blank pane.
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
OneNote Feature Request: Relative Links between pages
I am requesting that a relative link feature be added that works BEYOND a section in a notebook. The link should be able...
Read more >3 Ways to Link in OneNote - BetterCloud
OneNote can link to other files, which is useful when you're referencing other documents, PowerPoint presentations, and so on. Be sure to link...
Read more >Feature request: Let me link to local URLs (#8208)
The syntax of "onenote:" seems to suggest that this can specify which app should open the link. Copying in a folder path (like...
Read more >How to create a hyperlink to a onedrive file or folder without ...
From within OneNote itself you can also get links to content by right-clicking on a page/section/notebook and clicking 'copy link to page,' ' ......
Read more >Restore local “file://” links - Evernote Forum
It is a request to RESTORE a long-standing feature that Evernote programmers broke. ... I used to link to local file inserting a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

is it possible to have file: URI functionality? I’m trying to provide a markdown-formatted link to a server folder (i.e. file://subsite.company.com/data/)
Not sure about what’s required to enable access, but I think it should be “safe” to let Wekan link to file: or onenote: etc. Generally one’s web browser is responsible for gating access to these sorts of things. For instance, file:// access is disabled by default on Firefox, but you can whitelist specific domains to be able to link to local files.