summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-03-24 17:30:44 +0900
committerAdam Malczewski <[email protected]>2026-03-24 17:30:44 +0900
commita5f54269f6b7ace71c4509fb8105993a7f064e63 (patch)
treedfdfd0349cbfa357c02d26d02edbf3d6fe689872 /README.md
parent3690c97ceaf8a20bb2c6d38bd600e5ae8bc2dac6 (diff)
downloadai-pulse-obsidian-plugin-a5f54269f6b7ace71c4509fb8105993a7f064e63.tar.gz
ai-pulse-obsidian-plugin-a5f54269f6b7ace71c4509fb8105993a7f064e63.zip
rename project
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 93c50da..0f2e19f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# AI Organizer
+# AI Pulse
-An Obsidian plugin that organizes notes via AI powered by [Ollama](https://ollama.com).
+The Obsidian AI Note Management Plugin — powered by [Ollama](https://ollama.com).
## Prerequisites
@@ -11,8 +11,8 @@ An Obsidian plugin that organizes notes via AI powered by [Ollama](https://ollam
## Building from Source
```bash
-git clone https://github.com/your-repo/aiorganizer_obsidian.git
-cd aiorganizer_obsidian
+git clone https://github.com/your-repo/ai-pulse.git
+cd ai-pulse
npm install
npm run build
```
@@ -30,9 +30,9 @@ npm run dev
1. Build the plugin (see above).
2. Copy `main.js`, `styles.css`, and `manifest.json` into your vault at:
```
- <VaultFolder>/.obsidian/plugins/ai-organizer/
+ <VaultFolder>/.obsidian/plugins/ai-pulse/
```
-3. Open Obsidian, go to **Settings > Community Plugins**, and enable **AI Organizer**.
+3. Open Obsidian, go to **Settings > Community Plugins**, and enable **AI Pulse**.
### Development Installation
@@ -40,7 +40,7 @@ Clone or symlink this repo directly into your vault's plugin folder for live dev
```bash
cd /path/to/your/vault/.obsidian/plugins
-ln -s /path/to/aiorganizer_obsidian ai-organizer
+ln -s /path/to/ai-pulse ai-pulse
```
Then run `npm run dev` and reload Obsidian to pick up changes.