No description
Find a file
2024-12-04 20:33:37 -05:00
.editorconfig Initial commit 2024-12-04 19:07:41 -05:00
.gitignore Initial commit 2024-12-04 19:07:41 -05:00
.npmrc Initial commit 2024-12-04 19:07:41 -05:00
esbuild.config.mjs Initial commit 2024-12-04 19:07:41 -05:00
eslint.config 2.mjs final v1.0.0 2024-12-04 20:12:26 -05:00
eslint.config.mjs final v1.0.0 2024-12-04 20:12:26 -05:00
LICENSE Initial commit 2024-12-04 19:20:09 -05:00
main.ts revert 2024-12-04 20:33:37 -05:00
manifest.json manifest.json 2024-12-04 20:16:37 -05:00
package-lock.json final v1.0.0 2024-12-04 20:12:26 -05:00
package.json final v1.0.0 2024-12-04 20:12:26 -05:00
README.md Initial commit 2024-12-04 19:20:09 -05:00
styles.css Initial commit 2024-12-04 19:07:41 -05:00
tsconfig.json Initial commit 2024-12-04 19:07:41 -05:00
version-bump.mjs Initial commit 2024-12-04 19:07:41 -05:00
versions.json Initial commit 2024-12-04 19:07:41 -05:00

Atomic Notes Generator for Obsidian

This plugin helps break down large notes into smaller, atomic notes using OpenAI's API.

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.

Requirements

  • An OpenAI API key is required for full functionality

Functionality

  • Set your OpenAI API key in settings.
  • Press Alt+A to 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.
  • Send 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.
  • Models supported: gpt-4o-mini, gpt-4o; Can be configured in settings.