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

Feature Request: Is this possible to working backlinks for link-value in meta-data? #9

Open
MrModest opened this issue May 27, 2021 · 3 comments

Comments

@MrModest
Copy link
Contributor

@MrModest MrModest commented May 27, 2021

In this issue you added possibility to add wiki-link to another page: #3

But this links don't create backlink for linked page.

Is it possible to fix it?

@arnau
Copy link
Owner

@arnau arnau commented May 27, 2021

I would love to do it but so far I haven't been able to find how to do it (the API documentation is hardly there).

@MrModest
Copy link
Contributor Author

@MrModest MrModest commented May 30, 2021

I asked it discord:

https://discord.com/channels/686053708261228577/840286264964022302/848550877773955102

Is this possible to add backlinks behavior without use links exactly in text?
For example, I want add array of internal links to YAML and then I expect that ever added link will have backlink to this note. Have plugin API this possibility?

More example...

Now I need write links like that:

---
tags: [external/link]
---
# My Movies

https://www.imdb.com/user/ur82716768/

___
### Zero-Links
- [[00 Account]]
- [[00 Media]]

but I want write links like that:

---
tags: [external/link]
links: [00 Account, 00 Media]
---
# My Movies

https://www.imdb.com/user/ur82716768/

Can I do this with plugin?

and me answered @Licat#1607:

https://discord.com/channels/686053708261228577/840286264964022302/848625713472340028

There's isn't a way to do that right now but it might be added in the future
You could use comment blocks If you want it to not be seen
%% comment %%

@arnau
Copy link
Owner

@arnau arnau commented May 31, 2021

Thanks @MrModest I'll keep the issue open in case they provide a way at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants