mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 11:41:44 +00:00
Updated Data format (markdown)
@@ -64,6 +64,8 @@ Each note has a unique hash for jumping a note to a note. You can check it in In
|
|||||||
|
|
||||||
In this case, the hash is `3bfa3f3e67aef359ac6f-b5176bbf1cc5f34cd578`. This is a combination of `Storage key` and `Note key` (`${storageKey}-${noteKey}`).
|
In this case, the hash is `3bfa3f3e67aef359ac6f-b5176bbf1cc5f34cd578`. This is a combination of `Storage key` and `Note key` (`${storageKey}-${noteKey}`).
|
||||||
|
|
||||||
|
The storage path is stored in [[localStorage]].
|
||||||
|
|
||||||
# Why cson?
|
# Why cson?
|
||||||
CSON supports multiline string. So we can use diff much easier.
|
CSON supports multiline string. So we can use diff much easier.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user