Maël Imhof
Maël Imhof
I'm not sure I understand how this becomes cyclic, don't we have three libraries? ```mermaid graph TD; Q[Quartz itself] T[Shared types] P[Plugins] Q --> T Q --> P P -->...
Any updates on this? I could spend some time on a pull request when I have more time (in a few weeks maybe) if it hasn't already been tackled by...
Hi there, just finished reading all of the previous discussions. Great pull request, I'm looking forward to it ! Since [NPM supports URLs as dependencies](https://docs.npmjs.com/cli/v9/configuring-npm/package-json?v=true#urls-as-dependencies), we could use it to...
> Since [NPM supports URLs as dependencies](https://docs.npmjs.com/cli/v9/configuring-npm/package-json?v=true#urls-as-dependencies), we could use it to do the install/update for us. I just created [`quartz-pseudocode`](https://github.com/MaelImhof/quartz-pseudocode), and the way I install it is 1) `npm...
About your **first point**, two ways of doing come to my mind. 1) Use [**Pre & Post Scripts**](https://docs.npmjs.com/cli/v6/using-npm/scripts#pre--post-scripts) to run an automatic script before or after each install, update or...
> Maybe we host our own registry or something. In the meantime, maybe look into opening a PR for a plugin showcase page in the docs like we have a...
I also had an issue related to `icon.png`, with a slightly different error message, not sure the errors are related but I'll post here anyway: ``` Failed to emit from...
I personally use Excalidraw Obsidian on a Surface Studio (laptop but also touch-screen) and the fix worked perfectly for me, I had to disable those two settings : 
It can be done manually, but the plugin could propose to do it automatically when right-clicking on the image for example. Or even better, a setting to do that automatically...