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

"openNoteInTrilium" not working for "open-in-browser" #47

Closed
Matapii opened this issue Feb 8, 2023 · 2 comments
Closed

"openNoteInTrilium" not working for "open-in-browser" #47

Matapii opened this issue Feb 8, 2023 · 2 comments

Comments

@Matapii
Copy link

Matapii commented Feb 8, 2023

Recently, I set up the web clipper to work with the Trilium server instance. It seems the Link "Open Note in Trilium" from the "Save Selection to Trilium" is not working. The link in fact opens the Trilium web interface, but it does not navigate to the newly created note.

According to

const noteUrl = triliumServerUrl + '/#' + request.noteId;
a URL is generated according to the pattern triliumServerUrl + '/#' + request.noteId. However, the latter part with the noteId is apparently ignored by the web application.

@zadam
Copy link
Owner

zadam commented Feb 10, 2023

Hello, this is the same bug as reported and fixed in zadam/trilium#3571

Version with a fix will be released soon.

@zadam
Copy link
Owner

zadam commented Feb 22, 2023

Should be fixed in 0.58.8.

@zadam zadam closed this as completed Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants