Results 29 issues of AB1908

I've got a lot of empty fields in my metadata and sometimes, field names don't match up correctly. In the absence of any schema validation, a `SELECT *` equivalent would...

feature-request
DQL

I've added a new multi-line input prompt inspired by chhoumann/QuickAdd. See [here](https://github.com/chhoumann/quickadd/blob/master/src/gui/GenericWideInputPrompt/GenericWideInputPrompt.ts) for original. It can be invoked using ```js let default_value = "Original"; let prompt_text = "Prompt Title Here";...

Hi Oliver. Before we start any discussion, we want to give you a massive thanks for all the time and effort you've put into creating this plugin. A ton of...

Hi again Dave. I've been messing around with the CSS and tried embedding some ``s. The line height is broken similar to #167 and I'm currently using a hacky fix...

The syntax is incorrect and produces a sidenote rather than a marginnote as rendered on the website. Took me a few minutes and I can pay that forward.

Please drop by the discord thread for discussion: . This PR and comments are for discussion and tracking specifically around action items/tasks. Moved to issue #1434 per Clara's comments below.

documentation

Opening this thread for comments and gathering of anything brought up informally elsewhere, e.g. Discord. This will also serve as a list of items we will improve in the docs....

documentation

```md - field:: value another_field:: another_value ``` gets parsed as ``` field: "value another_field:: another_value" ``` Is this expected behavior? Inserting a newline between the two gets them to parse...

bug
backend
needs-dev-comment

Can we insert some sort of prompt warning the user that they are querying their entire vault? Obsidian freezes up when the vault is large enough and this (with an...

feature-request

I've added a few tests based on the behavior I'd expect from the Obsidian API. Your spec seems to differ a bit and so the tests fail. We should discuss...