Add link to changelog and minor formatting change

This commit is contained in:
Jonatan Heyman 2024-10-29 13:43:03 +01:00
parent 4833db9928
commit 57d4ac49e0
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
- Website: [heynote.com](https://heynote.com)
- Documentation: [heynote.com](https://heynote.com/docs/)
- Changelog: [heynote.com](https://heynote.com/docs/changelog/)
Heynote is a dedicated scratchpad for developers. It functions as a large persistent text buffer where you can write down anything you like. Works great for that Slack message you don't want to accidentally send, a JSON response from an API you're working with, notes from a meeting, your daily to-do list, etc.

View File

@ -114,7 +114,7 @@ The notes library is a directory (with sub dirs) on the disk with a `.txt` file
You can change the path of the notes library in the settings. Heynote expects reasonably fast disk access to the notes library, so it's not recommended to use a network drive, though file syncing services like Dropbox, OneDrive, etc. should work (see below).
## Synchronizing the notes library
### Synchronizing the notes library
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.