Medium Importer allows you to import your Medium articles into your Obsidian vault. It uses the Unofficial Medium API to fetch the articles and saves them as markdown files in your vault.
Note: The API key for RapidAPI is saved in the Obsidian vault settings. Make sure to keep your API key safe.
.obsidian/plugins/medium-importer/data.json to the vault to avoid pushing the RapidAPI API key to your repository.
npm i to install dependencies.npm run dev to start compilation in watch mode.npm run build:css to build the cssNote: The plugin saves the API key in the Obsidian vault settings. Make sure to keep your API key safe.
.obsidian/plugins/medium-importer/data.json to the vault to avoid pushing the RapidAPI API key to your repository.