Replies: 3 comments 1 reply
-
Hi, Some self promotion but also a proposition... I have a plugin to manage a folder of excalidraw files and templates to be opened with the Excalidraw app (if you use the PWA version) it's excalidraw.nvim I would be happy to integrate it in some form in the org's ecosystem. If you dig into the code you can see that it has the same architecture of obsidian.nvim (I shamelessly too inspiration fro it) which I guess might be goo for the integration and configuration, like it could be made aware of the obsidian vault for its own configuration. As you wish I do not know which methods of integration are available in case you are interested. Some features
some improvements wish list:
well let me know if you are interested... |
Beta Was this translation helpful? Give feedback.
-
wow, nice plugin! fun fact I actually is not really fond of the client api, just because we only ever spawn one client per editor session, and the client just holds some config options if you look at it. A better practice I have seen from other plugins is our api should contain:
function per command means like you can either call Also config options can just stay in These are just suggestion and thinking out loud, because I want to refactor the api before 4.0.0 as well. On the point of integration
|
Beta Was this translation helpful? Give feedback.
-
@marcocofano |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would say this is close to the idea of community plugins for the app.
Beta Was this translation helpful? Give feedback.
All reactions