Work in Progress: Local Testing Only 🚧
This plugin is currently under development and has not been pushed to production yet. It is intended for local testing purposes only.
Please note that the functionality and stability of the plugin may be limited during this stage. Any feedback or bug reports are greatly appreciated.
Thank you for your understanding.
A plugin for Obsidian that uses AI to format your notes.
- Download the latest release from the Releases page.
- Extract the contents of the zip file into your Obsidian plugins folder.
- Enable the plugin from the Obsidian settings.
Once the plugin is enabled, it will automatically format your notes using AI. If there is an error, a notice will appear in Obsidian.
- Node.js
- npm
-
Clone the repository:
git clone https://github.com/your-repo/ai-prettier-obsidian-plugin.git cd ai-prettier-obsidian-plugin
-
Install dependencies:
npm install
-
Build the project:
npm run build
-
For development mode with watch:
npm run dev
main.ts
: The main plugin file.esbuild.config.mjs
: Configuration for esbuild.manifest.json
: Plugin manifest file.package.json
: Project dependencies and scripts.tsconfig.json
: TypeScript configuration.
This project is licensed under the MIT License. See the LICENSE file for details.
- Rodrigo Cipriani Check out my LinkedIn profile.