This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| // Variables used by Scriptable. | |
| // These must be at the very top of the file. Do not edit. | |
| // icon-color: deep-purple; icon-glyph: tasks; | |
| const vaultName = "vaultname" // Replace with your actual vault name added as a file bookmark in Obsidian. Have not tested with iCloud syncing vaults. | |
| // const excludeFolders = ["200 Spiritual/_Scriptures", "_Attachments", "_Templates"] | |
| const excludeFolders = ["comma","delimited"] // if you have any large folders that will never have active tasks, add them here. | |
| const lightColors = { | |
| background: "#FFFFFF", | |
| text: "#000000", |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer