Tutorial: First Run¶
This tutorial helps a first-time user run NoteConnection and complete a basic knowledge-graph load.
Step 1: Start the App¶
Choose one path:
- Desktop installer package.
npx noteconnection.- Local source run (
npm installthennpm start).
Step 2: Select Knowledge Base¶
- Open the source selector.
- Choose your
Knowledge_Basefolder. - Click
Load.
Step 3: Explore Graph Basics¶
- Switch between
ForceandDAGmodes. - Enter focus mode by selecting a node.
- Open node content in the reader panel.
Step 4: Enter Path Mode¶
- Click
Path Mode. - Confirm that runtime window handoff behavior is single-window in desktop runtime.
Step 5: Verify Local Runtime Config¶
- Open your local
app_config.toml. - Confirm
knowledge_base_path,user_language, and[multi_window]values. - If needed, apply the template and restart.