obsidian-local-rest-api

Unlock your automation needs by interacting with your notes in Obsidian over a secure REST API.

MIT License

Stars
615

Bot releases are visible (Hide)

obsidian-local-rest-api - 2.5.4 Latest Release

Published by github-actions[bot] 3 months ago

obsidian-local-rest-api - 2.4.3

Published by github-actions[bot] 4 months ago

obsidian-local-rest-api - 2.4.1

Published by github-actions[bot] 4 months ago

obsidian-local-rest-api - 2.3.0

Published by github-actions[bot] 8 months ago

obsidian-local-rest-api - 2.2.2

Published by github-actions[bot] 8 months ago

obsidian-local-rest-api - 2.2.1

Published by github-actions[bot] 8 months ago

obsidian-local-rest-api - 2.2.0

Published by github-actions[bot] 8 months ago

obsidian-local-rest-api - 2.1.1

Published by github-actions[bot] 8 months ago

obsidian-local-rest-api - 2.1.0

Published by github-actions[bot] 8 months ago

obsidian-local-rest-api - 2.0.6

Published by github-actions[bot] 9 months ago

obsidian-local-rest-api - 2.0.4

Published by github-actions[bot] 10 months ago

obsidian-local-rest-api - 2.0.3

Published by github-actions[bot] 10 months ago

New Features:

  • Increases maximum incoming payload size to 1GB from the
    express-defined default of 100kB.
  • Fixes handling of incoming binary content such that you can PUT binary
    files into your vault -- just be sure to set an appropriate
    Content-Type header.

Backward-incompatible Changes:

  • Removes /search/gui/ endpoint -- this endpoint was brittle and relied
    on private/undocumented behavior (see #71). This functionality was
    removed due to not being maintanable long-term.

Note: this is a re-release of 2.0.0 following a handful of release build process fixes.

obsidian-local-rest-api - 1.6.1

Published by github-actions[bot] over 1 year ago

obsidian-local-rest-api - 1.6.0

Published by github-actions[bot] over 1 year ago

obsidian-local-rest-api - 1.5.2

Published by github-actions[bot] almost 2 years ago

obsidian-local-rest-api - 1.5.1

Published by github-actions[bot] almost 2 years ago

obsidian-local-rest-api - 1.4.0

Published by github-actions[bot] almost 2 years ago

obsidian-local-rest-api - 1.3.9

Published by github-actions[bot] over 2 years ago

obsidian-local-rest-api - 1.3.5

Published by github-actions[bot] over 2 years ago

obsidian-local-rest-api - 1.3.4

Published by github-actions[bot] over 2 years ago

  • #13: Fixes bug in handling of non-ascii filenames.
  • #15: Fixes bug causing PATCH to a newly-created periodic note to complete unsuccessfully.
  • #10: Fixes bug preventing user from updating insecure HTTP port
    (thanks @ericzinnikas!).