Steph Ango

Results 34 issues of Steph Ango

### What happened? Dataview uses `!important` to highlight active rows. This can cause conflicts for some themes. ```css .table-view-table > tbody > tr:hover { background-color: var(--text-selection) !important; } ``` Note...

bug
frontend
help-wanted

Currently the popover actions (close, expand, minimize) follow the Windows design language and positioning. On macOS these would feel more native if they used the "traffic light" style and moved...

question

I like to use brackets around the author tag, e.g. `[[{{author}}]]` however if the book contains more than one author, this causes the authors to be grouped together into one...

The cover URL returned uses the `zoom=1` parameter which means that the image returned is quite small. Would be great to either use `zoom=2` by default or allow user to...

Allow inserting today's date e.g. via the same format available in the core Templates plugin e.g. `{{date}}` variable Screenshot from Templates plugin settings

### Describe the bug When a note contains multiple charts, several colors are no longer respected if you are in Live Preview. This is especially noticeable in dark mode. 1....

### Check for existing bug reports before submitting. - [X] I searched for existing Bug Reports and found no similar reports. ### Expected Behavior Obsidian 1.4 adds support for internal...

Type: Bug

Add instructions for Textbundle format

- [ ] Add the ability to import a folder of Markdown files - [ ] Support for nested folders (see #19) - [ ] Add conversion options from [Format...

formats

Currently Importer doesn't make it clear which import formats are compatible with the user's platform. The unavailable formats should either be filtered out or disabled from the dropdown list based...

enhancement