Frequently Asked Questions
Answers common setup and customization questions for the Life Navigator Obsidian vault, covering rate limits, prompts, and note organization.
What this file does
Answers common setup and customization questions for the Life Navigator Obsidian vault, covering rate limits, prompts, and note organization.
When to use it
- You hit Anthropic rate limits and need a workaround
- You want to conditionally include files based on conversation context
- You need to organize daily notes into monthly folders
- You want to recover an old version of a note
Assumes this stack
Frequently Asked Questions
I'm getting rate limit errors on Anthropic all the time, how to solve this?
If you put $40 into your Anthropic account, it will upgrade your account to tier 2, which doubles the rate limits - it should be enough for anything that Life Navigator throws at it.
When I edit a system prompt, the expand links get expanded every time, is there a way to make it conditional? For example, if I'm talking about professional life, is it possible to include a file about professional life?
Yes, in the system prompt itself you can instruct the AI to read any file and then apply its logic.
For example:
If I'm asking about matters related to professional life, read 'Professional guidelines' and adhere to the instructions found in that file.
How to customize system prompts?
Click on the name of the mode in an empty conversation or in the settings to open the mode editor.
How do I recover an old version of a note?
Go to Settings → Core Plugins → File Recovery
My vault is getting messy with all the daily notes in one place, how to deal with this?
Configure your daily notes built-in plugin with example settings:
Format:
YYYY/MM/YYYY-MM-DD - dddd
Note folder:
Logs
This will create daily notes separately for each month.
Furthermore, I recommend installing the Periodic Notes plugin. Life Navigator supports both the built-in Daily Notes and the Periodic Notes plugin.
Try enabling all note types with the following options:
Weekly notes Format:
YYYY/MM/gggg-[W]ww
Monthly notes Format:
YYYY/MM/YYYY-MM
Quarterly notes Format:
YYYY/YYYY-[Q]Q
Yearly notes Format:
YYYY/YYYY
Note folder (for each type):
Logs
Furthermore, there are example templates for each type of periodic note in the internal AI library. You can ask any mode to materialize them:
Materialize all periodic note templates into my Templates directory
Then set all the templates for each type of period to an appropriate template. You can customize them at will. They heavily use AI instructions (%% instruction %%) to guide the agents.
What AI models does Life Navigator support?
Life Navigator currently uses Anthropic's Claude models:
- Claude Sonnet - Balanced performance (recommended for most use cases)
- Claude Opus - Most capable, best for complex reasoning
- Claude Haiku - Fastest and cheapest, good for simple tasks
How do I change the AI model for a mode?
Open the mode editor by clicking on the mode name, then change the model setting in the mode configuration.
Can I use Life Navigator offline?
Life Navigator requires an internet connection to communicate with the AI. However, all your notes and data are stored locally and can be accessed offline through Obsidian.
What's inside
8 questions with answers, 3 code blocks for date formats, 1 template materialization command
Change this for your project
- Replace
Logswith your own note folder name - Replace
YYYY/MM/YYYY-MM-DD - ddddwith your preferred date format - Replace
Professional guidelineswith your own file name
Where it goes
Keep it in your repository where the agent or team that needs it will read it.
Worth borrowing
- Using date format strings to auto-organize notes into year/month subfolders
- Instructing the AI in system prompts to conditionally read files based on topic
Related Documents
Most of this information is no longer applicable. Ask questions in Discord.
Explains AI roleplaying concepts, compares model quality, and gives setup steps for TavernAI with OpenAI.
Qdrant & KiloCode Integration FAQ
Explains RAG, Qdrant collections, vectors, and the KiloCode workflow for local semantic code search.
常见问题解答 | FAQ
Answers 30 common questions about installing, configuring, and using an AI testing skills library across Cursor, Claude Code, and Kiro.
Vector RAG POC - Frequently Asked Questions
Answers 25 common questions about setting up and using a Vector RAG proof of concept with Elasticsearch.