diff --git a/README.md b/README.md index 7032371..77af2fd 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,32 @@ There are also a few commands bundled in with the plugin: Similiar to the previous command, this one also appends a link to the current active page to the task input. +## Examples + +Show current and overdue tasks ordered by date and priority and also grouped by project and section. This helps you to stay on top of things: + +````markdown +```todoist +{ +"name": "Highest Prio/Date", +"filter": "today | overdue", +"sorting": ["date", "priority"], +"group": true +} +``` +```` + +Show the inbox only. This gives you an indication how hard you are procrastinating right now or if you got an I/O problem in your productivity: + +````markdown +```todoist +{ +"name": "Inbox", +"filter": "#inbox" +} +``` +```` + ## CSS This plugin comes with default CSS intended for use with the default Obsidian themes.