-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* collapse: (21 commits) Cleanup: update TODO Cleanup: elm-review Collapse: update README Collapse: fix horizontal scroll issue Collapse: better working with RTL text (I hope) Collapse: reduce column padding-top as gap looks biiig when collapsed Collapse: save new example config Collapse: better alignment of arrow and column title Collapse: CollapseState -> CollapsedColumns Collapse: save collumn collapse state (in settings) Collapse: ensure a collapsed column stays collapsed Collapse: show number of cards in collapsed column Collapse: fix the width of columns Collapse: don't display cards in collapsed columns Collapse: collapse/uncollapse when click on control Collapse: CollapseStates to track collapsed columns (render only) Collapse: use pointer cursor when over marker triangle Collapse: add arrow collapse state marker and align column title Collapse: switch to flexbox to show collapsed columns Collapse: empty columns are collapsed (intially anyway) ...
- Loading branch information
Showing
23 changed files
with
1,554 additions
and
528 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,221 @@ | ||
{ | ||
"version": "0.9.0", | ||
"data": { | ||
"boardConfigs": [ | ||
{ | ||
"tag": "dateBoardConfig", | ||
"data": { | ||
"completedCount": 5, | ||
"filters": [ | ||
{ | ||
"tag": "tagFilter", | ||
"data": "people/" | ||
}, | ||
{ | ||
"tag": "tagFilter", | ||
"data": "home/" | ||
} | ||
], | ||
"filterPolarity": "Deny", | ||
"filterScope": "TopLevelOnly", | ||
"showFilteredTags": false, | ||
"includeUndated": true, | ||
"title": "Dated", | ||
"collapsedColumns": [ | ||
0, | ||
2, | ||
3 | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "tagBoardConfig", | ||
"data": { | ||
"columns": [ | ||
{ | ||
"tag": "home/", | ||
"displayTitle": "Home/" | ||
}, | ||
{ | ||
"tag": "home", | ||
"displayTitle": "Home" | ||
}, | ||
{ | ||
"tag": "wellbeing", | ||
"displayTitle": "Wellbeing" | ||
}, | ||
{ | ||
"tag": "town", | ||
"displayTitle": "Town" | ||
} | ||
], | ||
"showColumnTags": false, | ||
"completedCount": 10, | ||
"filters": [], | ||
"filterPolarity": "Allow", | ||
"filterScope": "SubTasksOnly", | ||
"showFilteredTags": false, | ||
"includeOthers": true, | ||
"includeUntagged": true, | ||
"title": "Tagged", | ||
"collapsedColumns": [ | ||
0, | ||
1, | ||
5 | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "tagBoardConfig", | ||
"data": { | ||
"columns": [ | ||
{ | ||
"tag": "status/backlog", | ||
"displayTitle": "Backlog" | ||
}, | ||
{ | ||
"tag": "status/triaged", | ||
"displayTitle": "Triaged" | ||
}, | ||
{ | ||
"tag": "status/blocked", | ||
"displayTitle": "Blocked" | ||
}, | ||
{ | ||
"tag": "status/doing", | ||
"displayTitle": "Doing" | ||
} | ||
], | ||
"showColumnTags": false, | ||
"completedCount": 10, | ||
"filters": [ | ||
{ | ||
"tag": "tagFilter", | ||
"data": "projects/project1" | ||
} | ||
], | ||
"filterPolarity": "Allow", | ||
"filterScope": "Both", | ||
"showFilteredTags": false, | ||
"includeOthers": true, | ||
"includeUntagged": false, | ||
"title": "Project 1", | ||
"collapsedColumns": [ | ||
0, | ||
2, | ||
3 | ||
] | ||
} | ||
}, | ||
{ | ||
"tag": "tagBoardConfig", | ||
"data": { | ||
"columns": [ | ||
{ | ||
"tag": "home/kitchen", | ||
"displayTitle": "Kitchen" | ||
}, | ||
{ | ||
"tag": "home/outside", | ||
"displayTitle": "Outside" | ||
} | ||
], | ||
"showColumnTags": true, | ||
"completedCount": 10, | ||
"filters": [ | ||
{ | ||
"tag": "tagFilter", | ||
"data": "home" | ||
}, | ||
{ | ||
"tag": "tagFilter", | ||
"data": "home/" | ||
} | ||
], | ||
"filterPolarity": "Allow", | ||
"filterScope": "Both", | ||
"showFilteredTags": true, | ||
"includeOthers": false, | ||
"includeUntagged": false, | ||
"title": "Home", | ||
"collapsedColumns": [] | ||
} | ||
}, | ||
{ | ||
"tag": "tagBoardConfig", | ||
"data": { | ||
"columns": [ | ||
{ | ||
"tag": "خانه", | ||
"displayTitle": "خانه" | ||
}, | ||
{ | ||
"tag": "خانه/", | ||
"displayTitle": "خانه/" | ||
} | ||
], | ||
"showColumnTags": true, | ||
"completedCount": 10, | ||
"filters": [], | ||
"filterPolarity": "Allow", | ||
"filterScope": "Both", | ||
"showFilteredTags": true, | ||
"includeOthers": false, | ||
"includeUntagged": false, | ||
"title": "خانه", | ||
"collapsedColumns": [] | ||
} | ||
}, | ||
{ | ||
"tag": "tagBoardConfig", | ||
"data": { | ||
"columns": [ | ||
{ | ||
"tag": "people/fred", | ||
"displayTitle": "Fred" | ||
}, | ||
{ | ||
"tag": "people/wilma", | ||
"displayTitle": "Wilma" | ||
}, | ||
{ | ||
"tag": "people/barney", | ||
"displayTitle": "Barney" | ||
} | ||
], | ||
"showColumnTags": true, | ||
"completedCount": 10, | ||
"filters": [ | ||
{ | ||
"tag": "tagFilter", | ||
"data": "people/" | ||
} | ||
], | ||
"filterPolarity": "Allow", | ||
"filterScope": "Both", | ||
"showFilteredTags": true, | ||
"includeOthers": true, | ||
"includeUntagged": false, | ||
"title": "People", | ||
"collapsedColumns": [ | ||
0, | ||
1, | ||
3 | ||
] | ||
} | ||
} | ||
], | ||
"globalSettings": { | ||
"taskCompletionFormat": "ObsidianCardBoard", | ||
"columnNames": { | ||
"today": "", | ||
"tomorrow": "", | ||
"future": "", | ||
"undated": "", | ||
"others": "", | ||
"untagged": "", | ||
"completed": "" | ||
} | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.