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

Add a permalink to specific note/blinko #469

Open
deuts opened this issue Jan 22, 2025 · 3 comments
Open

Add a permalink to specific note/blinko #469

deuts opened this issue Jan 22, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@deuts
Copy link

deuts commented Jan 22, 2025

Is your feature request related to a problem? Please describe.
I want to go back to the specific note from another system (e.g. task management system)

Describe the solution you'd like
A button to copy the permalink to that specific note so that when I click it from outside my blinko instance, I'll get to it immediately, without the need to search for it first

Describe alternatives you've considered
None

Additional context
None

@dosubot dosubot bot added the enhancement New feature or request label Jan 22, 2025
@MiracleXYZ
Copy link

A hidden permalink is available at https://<your-domain>/detail?id={id} as long as you know the id of the note. I do agree that there should be a "Copy Link" command from the menu though.

@deuts
Copy link
Author

deuts commented Jan 29, 2025

Where do I get the id, though? I need to look at the database?

@MiracleXYZ
Copy link

Where do I get the id, though? I need to look at the database?

That is the problem. We need to call the note search API at the moment. Currently there's no approach to get the id directly from the note.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants