Skip to content

Commit d9056b1

Browse files
committed
Fix "note" -> "buffer" terminology
1 parent fd1f86e commit d9056b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ See the [Math.js format()](https://mathjs.org/docs/reference/functions/format.ht
110110

111111
## The notes library
112112

113-
The notes library is a directory (with sub dirs) on the disk with a `.txt` file for each note. It's created the first time you start Heynote, with the default note file `scratch.txt` in it. The default location for the library is:
113+
The notes library is a directory (with sub dirs) on the disk with a `.txt` file for each buffer. It's created the first time you start Heynote, with the default buffer file `scratch.txt` in it. The default location for the library is:
114114

115115
- Mac: `~/Library/Application Support/Heynote/notes/`
116116
- Windows: `%APPDATA%\Heynote\notes\`
@@ -120,7 +120,7 @@ You can change the path of the notes library in the settings. Heynote expects re
120120

121121
### Synchronizing the notes library
122122

123-
Heynote is built to support synchronizing the notes library (or buffer file in the case of Heynote 1.x) through file-syncing services like Dropbox, OneDrive, etc. However, note that the synchronization logic is quite simple, so editing the same note on two different machines at the same time might lead to conflicts and unexpected results.
123+
Heynote is built to support synchronizing the notes library (or buffer file in the case of Heynote 1.x) through file-syncing services like Dropbox, OneDrive, etc. However, note that the synchronization logic is quite simple, so editing the same buffer on two different machines at the same time might lead to conflicts and unexpected results.
124124

125125
When using a file synching service that support "offloading" of files in the cloud (removing them from the disk), it's recommended to mark the notes library as "always available offline".
126126

0 commit comments

Comments
 (0)