lumoe / obsidian-rollover-daily-todos

An obsidian plugin that rolls over todo items from the previous daily note
MIT License
247 stars 60 forks source link

Replace rollup with esbuild and hotreload. #122

Open mariomui opened 8 months ago

mariomui commented 8 months ago

pnpm es:dev builds to dist as well as checks the env for $OBSIDIAN_DEV_VAULT pnpm es:prod builds to dist only

Prospects

if hotreload plugin is on, the new system will check if its the newest files via the modified time (copy-newer) and reload.

Challenges