Taitava / obsidian-shellcommands

Execute system commands via hotkeys or command palette in Obsidian (https://obsidian.md). Some automated events are also supported, and execution via URI links.
GNU General Public License v3.0
348 stars 11 forks source link

Internal: Use Esbuild instead of Rollup for compiling a main.js file. #197

Open Taitava opened 2 years ago

Taitava commented 2 years ago

(This should not affect endusers.)

Useful commits from Obsidian Sample plugin:

  1. [ ] Update sample plugin to use ESBuild.
  2. [ ] Use ESBuild API instead of passing command line arguments / https://github.com/obsidianmd/obsidian-sample-plugin/pull/16
  3. [ ] Update build script to include external node packages.
  4. [ ] Update esbuild script to include codemirror packages as external.