Skip to content

Commit

Permalink
Update plugin compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Ango authored and Stephan Ango committed Mar 11, 2022
1 parent bb9387d commit 3b4863d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Minimal.css
Original file line number Diff line number Diff line change
Expand Up @@ -9229,7 +9229,7 @@ ul.todoist-task-list {
display: flex;
color: var(--text-muted);
justify-content: space-between;
margin-left: 0.1rem;
margin-left: 0.1em;
margin-bottom: 0.25rem; }

.is-live-preview .contains-task-list.todoist-task-list .task-metadata {
Expand Down Expand Up @@ -9799,6 +9799,7 @@ community:
- obsidian-style-settings
- quickadd
- sliding-panes-obsidian
- todoist-sync-plugin
*/
/* @settings
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Most plugins work well with Minimal, but the following plugins have received spe
- [QuickAdd](https://github.com/chhoumann/quickadd)
- [Sliding Panes](https://github.com/deathau/sliding-panes-obsidian) — recommended spine width 36px
- [Sortable](https://github.com/alexandru-dinu/obsidian-sortable) — recommended for cards and tables
- [Todoist](https://github.com/jamiebrynes7/obsidian-todoist-plugin)

## Helper filters and classes

Expand Down
3 changes: 2 additions & 1 deletion obsidian.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9189,7 +9189,7 @@ ul.todoist-task-list {
display: flex;
color: var(--text-muted);
justify-content: space-between;
margin-left: 0.1rem;
margin-left: 0.1em;
margin-bottom: 0.25rem; }

.is-live-preview .contains-task-list.todoist-task-list .task-metadata {
Expand Down
2 changes: 1 addition & 1 deletion src/css/main.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/css/plugin-compatibility.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ community:
- obsidian-style-settings
- quickadd
- sliding-panes-obsidian
- todoist-sync-plugin
*/

0 comments on commit 3b4863d

Please sign in to comment.