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