obsidian-drag-and-drop-blocks
obsidian-drag-and-drop-blocks copied to clipboard
Move to esbuild, configure for vscode, configure for build folder output
This will optimize your project.
- Using ESBUILD. million times faster compile
- I think you use vscode like me, this will optimize the git settings
- the build goes to a "build" folder, to keep your code and output seperate. I recommend using mklink /j link target on your windows maching to create a symlink from your .obsidian/plugins folder to your build folder. then when you compile there are no files to move (i assume you use hotreload -- if not let me know).
- Put in the MIT license file. this is open source dude, get with the program. :-)
On other thing, I use a build script to build, so I just have to hit CTRL-Shift+B in vscode. try it.. vscode will walk you through the setup