-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 tokuhirom/obsidian-advanced-links-plugin #263
Conversation
Couple of things in general:
https://github.com/tokuhirom/obsidian-advanced-links-plugin/blob/8ac3ba5f94e90d61c2970ba96d98bd3c85d36c6b/src/main.tsx#L43 Actually, you can replace the whole thing with https://github.com/tokuhirom/obsidian-advanced-links-plugin/blob/8ac3ba5f94e90d61c2970ba96d98bd3c85d36c6b/src/main.tsx#L62 https://github.com/tokuhirom/obsidian-advanced-links-plugin/blob/8ac3ba5f94e90d61c2970ba96d98bd3c85d36c6b/src/main.tsx#L90 https://github.com/tokuhirom/obsidian-advanced-links-plugin/blob/8ac3ba5f94e90d61c2970ba96d98bd3c85d36c6b/src/main.tsx#L206 https://github.com/tokuhirom/obsidian-advanced-links-plugin/blob/8ac3ba5f94e90d61c2970ba96d98bd3c85d36c6b/src/main.tsx#L209 |
At first, thanks for your review.
Ah, thanks. I renamed the plugin as
I added prettier to the repo. It added semicolons.
The basic idea about injecting is taking fromhttps://github.com/mrjackphil/obsidian-backlinks-in-document.
Applied!
yep. I replaced it to contentEl.
I replace them with
Ah, I don't know about the API. I replaced to it.
Fixed. |
Seems like you're passing the wrong sourcePath here. It should be |
Apply this review: obsidianmd/obsidian-releases#263 (comment)
Thanks! I fixed it by this PR: tokuhirom/obsidian-2hop-links-plugin#3 |
[x] I am submitting a new Community Plugin
Repo URL
https://github.com/tokuhirom/obsidian-advanced-links-plugin
Release Checklist
main.js
manifest.json
styles.css
(optional)v
)id
in mymanifest.json
matches theid
in thecommunity-plugins.json
file.