-
Notifications
You must be signed in to change notification settings - Fork 91
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
linking local files without ?fileID does not work #2774
Comments
Confirmed. |
I'm happy to see this marked as high priority. I'd like to add a user story of just how vital this is. I've been championing a switch to Nextcloud at our studio. I thought I had tested markdown capabilities by checking that a document rendered properly, including relative image embeds. Since this worked perfectly, it did not occur to me that normal links could somehow not work. Right now we're trying to decide whether to give up our migration or go through all our links to insert file ids and ruin the workflow of those that use external editors. I believe this feature is greatly needed, and hope the team can find time to address it quickly. |
Dear @marningmol and @mstyp did you consider to try out the Nextcloud Collectives app? There, links to pages without |
No, the collectives app does not properly open links without without But then go to edit the link (select text, then look up to "update link") and then remove the Even if it did work, I'm not going to stick all my documents into collectives. Its just not the right tool for that. |
Related: #2136 |
Describe the bug
Linking to local files without the file ID does not work. EG, if I where to use gedit to edit the markdown file and reupload it to nextcloud, this:
[hurp](durp.md?fileId=123)
would work, but this:
[hurp](durp.md)
does not work. this is a problem since I do a lot of local editing of files with markor when I don't have a connection to the server.
To Reproduce
Steps to reproduce the behavior:
?fileId=123
part of url[hurp](durp.md)
Expected behavior
click link, new tab opens to correct file.
Client details:
Server details
Text app version: (3.4.1
Operating system:
debian 11
Web server:
Apache/2.4.53 (Debian) (fpm-fcgi)
Database:
mysql 10.5.15
PHP version:
8
Nextcloud version: (see Nextcloud admin page)
23.0.4 - 23.0.4.1
Logs
Nextcloud log (data/nextcloud.log)
to diffuclt to redact
Browser log
dont know how to find
The text was updated successfully, but these errors were encountered: