Effortlessly export your Obsidian notes to Strapi CMS with AI-powered image handling and SEO optimization. Replace all the images in your notes by uploaded images in Strapi, and add SEO metadata to uploaded images.
npm install notes-to-strapi-export-article-ai


Strapi Exporter is a game-changing Obsidian plugin that streamlines your content creation process by seamlessly exporting your notes to Strapi CMS. With its AI-powered image handling and SEO optimization features, you can take your content to the next level with just a few clicks.
! This plugin was totally refactored, since the 3.0.0 version ! Restart your configuration !
- š Multiple Export Routes
- Configure different export paths for various content types
- Customizable field mappings per route
- Support for multiple languages
- š¤ AI-Powered Content Processing
- Automatic frontmatter generation
- SEO optimization
- Content analysis and enhancement
- š· Advanced Image Management
- Automatic image upload to Strapi
- Support for both single images and galleries
- Image path management and updates
- š§ Flexible Configuration
- JSON schema-based configuration
- Custom field mappings
- Language-specific settings
1. Download the latest release from the releases page
2. Download the main.js file & manifest.json from the latest release.
3. Create a folder named notes-to-strapi-export-article-ai in your Obsidian plugins folder (usually located at ).
4. Move the main.js file & manifest.json to your Obsidian plugins folder (usually located at ).
5. Restart Obsidian
6. Enable the plugin in Obsidian's settings under "Community plugins".
7. Configure the necessary settings (see the Configuration section below).
8. Enjoy!
To install Strapi Exporter, follow these steps (coming soon to the Obsidian plugin marketplace):
1. Clone this repository into your Obsidian plugins folder (usually located at ).
2. Run npm install to install the dependencies
3. Run npm run build to build the plugin
4. Restart Obsidian
5. Enable the plugin in Obsidian's settings under "Community plugins".
6. Configure the necessary settings (see the Configuration section below).
1. Install the plugin in a new fresh vault
2. Go in community plugin (parameters -> community plugins)
3. Install a random plugin, and enable plugin
4. Go in the plugin folder in your obsidian folder vault (.obisian/plugins)
5. Clone the repo there, and enable the plugin
6. Don't forgot to install the plugin https://github.com/pjeby/hot-reload/ too
7. (Download the zip, and extract the folder in /plugins folder)
8. Enable both plugins
9. Press ctrl + shift + i to enable the dev console
10. Go in hotkeys configuration, search "reload" and enable the hotkey "Reload app without saving". (with ctrl+r)
11. Close & Reopen // ctrl + r your vault
12. Go in the plugin folder & run "npm run dev"
To get started with Strapi Exporter, you'll need to configure the following settings:
!img.png
https://api.yourdomain.comThen, you need to describe the content you want to use, and you want to upload at the end,
in schema description, for exemple for me :
in Strapi Schema
```
{
"data": {
"title": "string",
"content": "string",
"seo_title": "string",
"seo_description": "string",
"slug": "string",
...
}`
In Strapi Description (just describe with your words the fields, to help the AI to understand what you want) : ``
{
"data": {
"title": "the title of the article",
"content": "the content normal of the article",
"seo_title": "the seo optimized version of the title",
"seo_description": "a summary of the content, seo optimized, for the seo optimized description",
"slug": "the-slug-for-the-access-of-the-article",
...
}
!img_9.png
- And now, in the content field name, you need to write the main content attribute name, for example, in my case, it's "content"
it because we want to avoid the AI to rewrite the content field. (it's already written by us)
- Select the target Language.
!img_11.png
- click on "Generate Configuration", and wait the configuration to be generated
- check if it's coherent with what you want, and click on "Apply"
- Repeat the process for each route you want to use, (you can select an another route with the dropdown menu [select route])
- Reload the plugin (ctrl + r) to apply the changes
YOU NEED TO HAVE FINISHED THE CONFIGURATION BEFORE USING THE PLUGIN
1. Open a Markdown file in Obsidian.
2. Click on the plugin's ribbon icon to start the magic.
!img_13.png
3. if you haven't any frontmatter, click on "Generate" to generate the frontmatter
4. you can change the frontmatter if you want, directly in the file
5. Check if the frontmatter is correct, and click on "Confirm & Export"
6. Enjoy your freshly exported article in Strapi!
We welcome contributions from the community! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request. Let's make Strapi Exporter even better together!
This project is licensed under the MIT License. See the LICENSE file for details.
---
š Elevate your content workflow with Strapi Exporter and unleash the full potential of your Obsidian notes! š