mirror of
https://github.com/binxly/Atomizer.git
synced 2026-07-22 11:30:28 +00:00
No description
- Update @types/node from 16.18.126 to 24.7.2 - Update builtin-modules from 3.3.0 to 5.0.0 - Update esbuild from 0.25.1 to 0.25.10 - Update obsidian from 1.8.7 to 1.10.0 - Update tslib from 2.4.0 to 2.8.1 - Update typescript from 4.9.5 to 5.9.3 - Update openai from 4.87.3 to 6.3.0 (major version upgrade) - Fix critical security vulnerability in form-data dependency All dependencies tested and build passes successfully. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| src | ||
| .claude.md | ||
| .editorconfig | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Atomizer: Turn notes into ideas
NOTE: THIS PLUGIN IS CURRENTLY IN ITS EARLY STAGES OF DEVELOPMENT. UPDATES WILL BE SPARSE UNTIL I HAVE MORE TIME TO DEDICATE TO ADDING FEATURES! THANK YOU FOR THE FEEDBACK SO FAR! :)
This plugin helps break down large notes into smaller, "atomic" style notes and ideas, using the OpenAI API.
Requirements
- An OpenAI API key is required for full functionality
Usage
- Set your OpenAI API key in settings.
- Open the command palette and select "Atomize Selected Note" to process the currently selected note; Alternatively, you can use the icon in the left sidebar.
- Sends selected note to OpenAI for processing, where it will be broken down into "atomic notes" that aim to extract key insights from the original note.
- Frontmatter will be added to each new note, including the date and any custom tags you've configured from the settings menu.
Models supported
gpt-4o-minigpt-4o
Network Usage Disclosure
This plugin makes network requests to:
- OpenAI API (api.openai.com) for generating atomic notes from your content
- Your notes' content is sent to OpenAI for processing. Please review OpenAI's privacy policy.