cobalamin / obsidian-remarkable

Integrates the reMarkable tablet into an Obsidian workflow by letting users quickly capture and insert their drawings.
325 stars 22 forks source link

Rewrite, Cleanup, Modernize #15

Closed 404Wolf closed 3 months ago

404Wolf commented 3 months ago

Hey, I've rewritten the plugin to conform to the current Obsidian API, use ESM and more modern typescript, and overall have simplified things a bit. Here's a probably slightly incomplete list of changes:

I also have some ideas for the future that I'm going to look into. This is still a bit of a work in progress, but it's very usable right now.

404Wolf commented 3 months ago

To test it, you now can use bun run build and then copy over the dist folder right into plugins. It should behave similarly to the original plugin.

404Wolf commented 3 months ago

I'm using a slightly modified reSnap script that I should include. Let me know if you're interested, and I can bundle it in

404Wolf commented 3 months ago

Realizing that this is not at all ready, I'll clean it up more and then can pr again