mirror of
https://github.com/dnote/dnote
synced 2026-03-16 15:35:52 +01:00
* Write migrations * Use custom context * Write test and run CI * Save actions * Implement reducer * Supply api endpoint during build * Remove uuid for book and use name instead * Make bookmark id not timestamp * Use book_name * Fix migration to get sync to work
19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"js": {
|
|
"name": "js",
|
|
"notes": [
|
|
{
|
|
"uuid": "43827b9a-c2b0-4c06-a290-97991c896653",
|
|
"content": "Booleans have toString()",
|
|
"added_on": 1515199943,
|
|
"edited_on": 0
|
|
},
|
|
{
|
|
"uuid": "f0d0fbb7-31ff-45ae-9f0f-4e429c0c797f",
|
|
"content": "Date object implements mathematical comparisons",
|
|
"added_on": 1515199951,
|
|
"edited_on": 0
|
|
}
|
|
]
|
|
}
|
|
}
|