@obsidianjs/iframe-api

API between ObsidianJS application and the page that integrates it through an iframe

Usage no npm install needed!

<script type="module">
  import obsidianjsIframeApi from 'https://cdn.skypack.dev/@obsidianjs/iframe-api';
</script>

README

iframe-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 <iframe>. 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

Changelog

  • 1.0.0: Initial release.