zsviczian
zsviczian
For anyone else struggling with slow performance... I patched the main.js file (and compressed it with terser). Simply download this zip file, and replace main.js with its contents: [main.zip](https://github.com/visini/obsidian-icons-plugin/files/8252415/main.zip)
NP. If I were building the drag and drop plugin, I would probably add a setting to "create block reference on drag start", then would place the payload into draggable,...
exactly. BTW Excalidraw already for a few months detects if a drop is a block reference from drag and drop blocks and handles the drop. On 2021. Oct 27., Wed...
I was thinking about this... an alternative would be, that you add the block reference to the line the moment the drag action starts. The reason for dragging is to...
I was able to reproduce.
seems like there is something more fundamental going on here... I am still debugging what the root cause might be. This is not the only thing that is not working....
Fixed it. I want to make a few other improvements as well before releasing an update. I hope to have the update out tomorrow the latest.
I will debug this. Thanks
Fixed this in 0.1.5. Will release the fix in 1-2 days.
Unfortunately excalidraw does not support text on lines yet. My solution is a bit of a workaround. I simply calculate the location and angle of the text separately from the...