-
Notifications
You must be signed in to change notification settings - Fork 94
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
Allow linking to folders #2162
Labels
enhancement
New feature or request
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Currently one can only link to files. It would be really nice if it would also be possible to link to folders.
Describe the solution you'd like
The file-picker which opens when I select a text and then use "link file" should also allow to select directories, and those directories should be linked correctly in the resulting mark-down.
Describe alternatives you've considered
You can manually insert a hyperlink copied from the files-app opened in another window. But this is a little bit inconvenient.
Additional context
This would probably need changes in
MenuBubble.vue
andhelpers.js
text/src/components/MenuBubble.vue
Lines 143 to 158 in 946ffe6
text/src/helpers/links.js
Lines 50 to 65 in 946ffe6
The text was updated successfully, but these errors were encountered: