-
Notifications
You must be signed in to change notification settings - Fork 368
Adding audio bookmark renderer #633
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
Conversation
|
Hi @tinpotnick . You made a very useful plugin! I just found that using |
|
Hi @xyhp915 - thanks for the feedback. And - thanks for spotting the version number issue in package.json! I have a few questions:
Sorry if these questions are obvious - I am on a rather steep learning curve on the logseq plugin architecture! Thanks! Happy to merge once I understand these points. |
|
Hi @tinpotnick Good questions!
It's the user-side plugin sdk, which is used to communicate with logseq. It is necessary for plugin development. It's built from https://github.com/logseq/logseq/blob/master/libs/README.md
This bug is still present in the latest version (0.10.9). It has been fixed in the DB version.
If you develop plugins without build tools (webpack, vite, etc.). I think this manual work is necessary. |
|
@xyhp915 thanks for the explainer - is this the same as If so I would prefer to do that as it is more maintainable (or rather updatable). |
Yes. It's reasonable! I think you might need a packaging tool similar to |
|
@xyhp915 - thanks - I merged yours and then modified it to use esbuild - it works really well. |
Submit a new Plugin to Marketplace
Plugin Github repo URL: <-----plugin-repo-link-here----->
https://github.com/tinpotnick/logseq-audiosnippet-plugin
Github releases checklist