Skip to content

Commit 85f9099

Browse files
committed
update docs
Signed-off-by: phernandez <paul@basicmachines.co>
2 parents 8a74329 + 82b6f3d commit 85f9099

6 files changed

Lines changed: 55 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ ENV/
4343
# macOS
4444
.DS_Store
4545
/.coverage.*
46+
47+
# obsidian docs:
48+
/docs/.obsidian/

docs/.obsidian/app.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
{}
1+
<<<<<<< HEAD
2+
{}
3+
=======
4+
{
5+
"readableLineLength": false
6+
}
7+
>>>>>>> pre-beta-prep

docs/.obsidian/workspace.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,21 @@
1111
"id": "cd58e5dfc86465e3",
1212
"type": "leaf",
1313
"state": {
14+
<<<<<<< HEAD
1415
"type": "empty",
1516
"state": {},
1617
"icon": "lucide-file",
1718
"title": "New tab"
19+
=======
20+
"type": "markdown",
21+
"state": {
22+
"file": "Getting Started with Basic Memory.md",
23+
"mode": "preview",
24+
"source": false
25+
},
26+
"icon": "lucide-file",
27+
"title": "Getting Started with Basic Memory"
28+
>>>>>>> pre-beta-prep
1829
}
1930
}
2031
]
@@ -162,6 +173,13 @@
162173
"command-palette:Open command palette": false
163174
}
164175
},
176+
<<<<<<< HEAD
165177
"active": "a06f3217ff27ae41",
166178
"lastOpenFiles": []
179+
=======
180+
"active": "cd58e5dfc86465e3",
181+
"lastOpenFiles": [
182+
"User Guide.md"
183+
]
184+
>>>>>>> pre-beta-prep
167185
}

docs/Getting Started with Basic Memory.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ Claude will:
117117
2. Summarize the key findings
118118
3. Offer to explore specific documents in more detail
119119

120+
<<<<<<< HEAD
121+
=======
122+
See [[User Guide#Using Special Prompts]] for further information.
123+
>>>>>>> pre-beta-prep
120124
## Using Your Knowledge Base
121125

122126
### Referencing Knowledge

docs/User Guide.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ This is useful for:
107107

108108
### Example
109109

110+
<<<<<<< HEAD
110111
Choose "Continue Conversation"
111112
![[prompt 1.png|500]]
112113

@@ -117,6 +118,24 @@ Give instructions
117118
![[prompt3.png|500]]
118119

119120
Claude can build context from the supplied topic.
121+
=======
122+
Claude Desktop lets you send a prompt to provide context. You can use this at the beginning of a chat to preload context without needing to copy paste all the time. By using one of the supplied prompts, Basic Memory will search the knowledge base and give the AI instructions for how to build context.
123+
124+
Choose "Continue Conversation":
125+
126+
![[prompt 1.png|500]]
127+
128+
Enter a topic:
129+
130+
![[prompt2.png|500]]
131+
132+
Give optional additional instructions:
133+
134+
![[prompt3.png|500]]
135+
136+
Claude can build context from the supplied topic. This works independently of Claude Project information. All the context comes from your local knowledge base.
137+
138+
>>>>>>> pre-beta-prep
120139
![[prompt4.png|500]]
121140

122141

src/basic_memory/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
22

3+
<<<<<<< HEAD
34
__version__ = "0.9.0"
5+
=======
6+
__version__ = "0.8.0"
7+
>>>>>>> pre-beta-prep

0 commit comments

Comments
 (0)