coddingtonbear / obsidian-local-rest-api

Unlock your automation needs by interacting with your notes in Obsidian over a secure REST API.
MIT License
607 stars 56 forks source link

Unable to post/patch content in excess of 100kb #70

Closed sessionsdev closed 1 year ago

sessionsdev commented 1 year ago

Express JS has a default limit of 100kb for payload size. Can this be increased or made configurable by the user?

10mb is quite reasonable for this kind of app, imo.

sessionsdev commented 1 year ago

I tried forking and tested some things myself. This might be a limitation of the obsidian api. Close if the LoE is too high here.