Mike Osterlie
Mike Osterlie
Creating based on a discussion on #15. It would be nice to be able to manually sort the cards within a column. Probably could only be implemented once #11 was...
I do realize mobile isn't quite the priority yet, but CardBoard does work pretty well on mobile so far. The one issue I've run into is that the settings screen...
The parser for tags treats `#foo:x` as a tag but Obsidian only recognizes `#foo` as the tag. The parser should be adjusted so that is treats `#foo:x` as `#foo`.
In Obsidian, tags are clickable and clicking on one open up the search pane with the tag as the search term. It would be nice to implement the same feature...
I use templates pretty extensively. Some of those templates include tasks that I would like to include on the board but I don't want them actually on the board until...
A similar way as #16 to reduce the amount of subtasks shown, it would be nice to have the option to hide completed subtasks so they no longer appear on...
I tend to break down my tasks to a fairly granular level, which means my subtask list can get pretty long. It would be nice to have the option to...
When there are a lot of cards on the board it would be nice to be to filter the board so that only the cards that match the filter would...
Implemented a JavaScript port that hooks into the global search in Obsidian. Used that in order to implement an onClick method on the tag that will open that tag in...
Obsidian tags start with a # and then can have a mix of alphanumeric characters, _, -, or /. A tag also cannot be strictly a number. Adjusted the tag...