note-ground
v0.3.2
Published
Installable NoteGround Obsidian plugin bundle and installer.
Maintainers
Readme
NoteGround
Installable Obsidian plugin bundle for NoteGround.
This repository contains the published plugin artifacts in bundle/:
bundle/main.jsbundle/manifest.jsonbundle/styles.css
Install
Option A: Install Script
chmod +x install.sh
./install.sh /path/to/your/vaultOr install directly into the currently open Obsidian vault:
chmod +x install.sh
./install.sh --active-vaultThis copies the bundle files into:
<vault>/.obsidian/plugins/note-ground/Option B: npx
npx note-ground --active-vaultOr target a specific vault:
npx note-ground /path/to/your/vaultOption C: curl
Install into the currently open Obsidian vault:
curl -fsSL https://raw.githubusercontent.com/dangquan1402/note-ground/main/install.sh | bash -s -- --active-vaultOr target a specific vault:
curl -fsSL https://raw.githubusercontent.com/dangquan1402/note-ground/main/install.sh | bash -s -- /path/to/your/vaultOption D: Manual
- Download
bundle/main.js,bundle/manifest.json, andbundle/styles.cssfrom this repository or its releases. - Create the folder
<your-vault>/.obsidian/plugins/note-ground/. - Copy the three files into that folder.
- Open Obsidian and enable NoteGround in Settings > Community plugins.
Requirements
Install at least one supported AI CLI locally:
- Claude Code
- OpenAI Codex
- Gemini CLI
Version
This bundle release is 0.3.2.
