obsidian-ai
Vibe Writing AI is a plugin that vectorizes all Markdown files in your Obsidian vault and allows you to rewrite selected text using context from similar notes. It is compatible with OpenAI's API, and users can configure the API base URL, token, and model names from the plugin settings. For developers, instructions for installing dependencies and building in watch mode are also provided.
GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
25
Forks
0
Issues
0
Claude Code for Obsidian
This project offers a number-guessing game where users guess a number within a specified range. Implemented in TypeScript, it features simple logic and keeps track of the number of attempts until the correct guess. It also has educational elements, making it suitable for learning programming basics.