Overview

<aside> 👋 Explore and share your awesome extensions here! 👉 https://github.com/TypingMind/awesome-typingmind

</aside>

Typing Mind Extensions allows users to embed custom JavaScript code into Typing Mind. The JavaScript code will have access to all internal data and application state of Typing Mind, allowing the users to add custom logic and application behavior to fit their workflow.

Untitled

How it works

In general, Typing Mind Extensions works like a typical browser extension. The only difference is that you can install the extensions on the macOS app and mobile apps (PWA).

The user installs a new extension by providing a script URL (JavaScript), then Typing Mind will load and execute it when the app is loaded.

<aside> 💡 This feature is similar to the “Custom Code” feature in Typing Mind Custom.

</aside>

Some facts:

Use cases