API between ObsidianJS application and the page that integrates it through an iframe
npm install @obsidianjs/iframe-apiiframe-api
==========
This modules integrates the obsidian-api_ library to the ObsidianJS
framework.
iframe-api allows to integrate an ObsidianJS application in a web page
through ``. It provides an integration script and an API that allows
the integration page and the application to communicate via remote function
calls and events. See the obsidian-api_ documentation for more information.
.. _obsidian-api: https://wanadev.github.io/obsidian-api/
Documentation
-------------
* https://wanadev.github.io/obsidianjs/modules/iframe-api/
Changelog
---------
* 1.0.0: Initial release.