mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-08 06:29:26 +00:00
update dummy data
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
{"notes":
|
||||
[
|
||||
{
|
||||
"tags": [],
|
||||
"title": "Footnote test",
|
||||
"content": "# Footnote test\n\ntest test",
|
||||
"type": "MARKDOWN_NOTE",
|
||||
"folder": "fc6ba88e8ecf",
|
||||
"key": "93c6ac2a7953",
|
||||
"isStarred": false,
|
||||
"createdAt": "2016-07-25T16:19:55.620Z",
|
||||
"updatedAt": "2016-07-26T08:00:11.326Z",
|
||||
"uniqueKey": "1714d46e36b5-fc6ba88e8ecf-93c6ac2a7953"
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"title": "Checkbox test",
|
||||
"content": "# Checkbox test\n\n- [x] Task1\n- [ ] Task2\n- [ ] Task3\n\n",
|
||||
"type": "MARKDOWN_NOTE",
|
||||
"folder": "fc6ba88e8ecf",
|
||||
"key": "4568d84331d9",
|
||||
"isStarred": false,
|
||||
"createdAt": "2016-07-25T16:58:43.685Z",
|
||||
"updatedAt": "2016-08-21T06:14:50.381Z",
|
||||
"uniqueKey": "1714d46e36b5-fc6ba88e8ecf-4568d84331d9"
|
||||
}
|
||||
]
|
||||
}
|
||||
9
tests/dummy/dummyStorage/boostnote.json
Normal file
9
tests/dummy/dummyStorage/boostnote.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"key": "fc6ba88e8ecf",
|
||||
"name": "test",
|
||||
"color": "#FF5555"
|
||||
}
|
||||
]
|
||||
}
|
||||
24
tests/dummy/dummyStorage/fc6ba88e8ecf/data.json
Normal file
24
tests/dummy/dummyStorage/fc6ba88e8ecf/data.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"notes": [
|
||||
{
|
||||
"tags": [],
|
||||
"title": "Footnote test",
|
||||
"content": "# Footnote test\n\ntest test",
|
||||
"type": "MARKDOWN_NOTE",
|
||||
"key": "93c6ac2a7953",
|
||||
"isStarred": false,
|
||||
"createdAt": "2016-07-25T16:19:55.620Z",
|
||||
"updatedAt": "2016-07-26T08:00:11.326Z"
|
||||
},
|
||||
{
|
||||
"tags": [],
|
||||
"title": "Checkbox test",
|
||||
"content": "# Checkbox test\n\n- [x] Task1\n- [ ] Task2\n- [ ] Task3\n\n",
|
||||
"type": "MARKDOWN_NOTE",
|
||||
"key": "4568d84331d9",
|
||||
"isStarred": false,
|
||||
"createdAt": "2016-07-25T16:58:43.685Z",
|
||||
"updatedAt": "2016-08-21T06:14:50.381Z"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user