diff --git a/CHANGELOG.md b/CHANGELOG.md index a483cbc..ce5c0f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [1.4.0] - 2020-10-19 + +Along with this release, I've released an Obsidian theme which has built-in support for this plugin! 🎉 + +Check it out at [jamiebrynes7/moonlight-obsidian-theme](https://github.com/jamiebrynes7/moonlight-obsidian-theme)! + ### ✨ Features - The version of the plugin is now displayed in the settings tab along with a link to the changelog. diff --git a/README.md b/README.md index f0aa746..db3870a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An experimental [Obsidian](https://obsidian.md/) plugin using [Volcano](https://github.com/kognise/volcano) to materialize [Todoist](https://todoist.com/) task lists in Obsidian notes. -_Tested with Obsidian 0.8.14 and Volcano 1.2.1, your results may vary!_ +_Tested with Obsidian 0.9.4 and Volcano 1.2.1, your results may vary!_ ![Example gif](./assets/obsidian-todoist-sync.gif) @@ -37,6 +37,8 @@ _Tested with Obsidian 0.8.14 and Volcano 1.2.1, your results may vary!_ ## CSS +I also maintain an Obsidian theme which has support out of the box for this plugin, for a complete example of CSS for this plugin, check out [the source](https://github.com/jamiebrynes7/moonlight-obsidian-theme/blob/master/src/modules/extensions/todoist.scss). + ### General Any `workspace-leaf` which has an injected Todoist query will have the `contains-todoist-query` class attached to it. diff --git a/assets/obsidian-todoist-sync.gif b/assets/obsidian-todoist-sync.gif index 1f1c5e9..9fb01f5 100644 Binary files a/assets/obsidian-todoist-sync.gif and b/assets/obsidian-todoist-sync.gif differ