Mike Osterlie

Results 25 issues of 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...

kind/feature
epic/drag-and-drop
triage/confirmed
lifecycle/backlog
needs-design

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...

kind/feature
triage/confirmed
lifecycle/backlog
epic/mobile

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`.

bug

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...

enhancement

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...

enhancement

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...

kind/feature
triage/confirmed
lifecycle/idea

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...

kind/feature
triage/confirmed
lifecycle/idea

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...

kind/feature
triage/confirmed
lifecycle/backlog

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...