From db7484daf6d6e97b965db5599bd145abb7029417 Mon Sep 17 00:00:00 2001 From: singerdmx Date: Tue, 22 Dec 2020 21:17:47 -0800 Subject: [PATCH] Update sample data --- app/assets/sample_data.json | 78 +++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/app/assets/sample_data.json b/app/assets/sample_data.json index 4c9cef4a..e83f8e6b 100644 --- a/app/assets/sample_data.json +++ b/app/assets/sample_data.json @@ -314,5 +314,83 @@ "list":"ordered" }, "insert":"\n" + }, + { + "insert":"Create a BuJo serving as project or folder" + }, + { + "attributes":{ + "list":"bullet" + }, + "insert":"\n" + }, + { + "insert":"Organize your" + }, + { + "attributes":{ + "indent":1, + "list":"bullet" + }, + "insert":"\n" + }, + { + "insert":"tasks" + }, + { + "attributes":{ + "indent":2, + "list":"bullet" + }, + "insert":"\n" + }, + { + "insert":"notes" + }, + { + "attributes":{ + "indent":2, + "list":"bullet" + }, + "insert":"\n" + }, + { + "insert":"transactions" + }, + { + "attributes":{ + "indent":2, + "list":"bullet" + }, + "insert":"\n" + }, + { + "insert":"under BuJo " + }, + { + "attributes":{ + "indent":3, + "list":"bullet" + }, + "insert":"\n" + }, + { + "insert":"See them in Calendar" + }, + { + "attributes":{ + "list":"bullet" + }, + "insert":"\n" + }, + { + "insert":"or hierarchical view" + }, + { + "attributes":{ + "indent":1, + "list":"bullet" + }, + "insert":"\n" } ] \ No newline at end of file