-
### Describe the Bug
The iOS features of autocapitalization, autopunctuation, and autocorrect are not functioning on the Markdown field on iOS.
To illustrate the issue I have taken recordings of…
-
Right now, `cloze` prompts use single curly braces to delimit cloze deletions. This is convenient for typing and pleasant on the eyes, but I'm a bit concerned that this was a short-sighted decision. C…
-
### Summary
When using the `getMarkdown()` helper to get the corresponding markdown
### Steps to reproduce
* Enable the callout extension
* Insert a callout into your document
* Call the `g…
-
### Is your feature request related to a problem? Please describe.
I would like to see something similar to Obsidian Callouts (aka Admonitions) - text blocks with colored background for short additio…
-
imagine following snippet :
``` markdown
* foo
bar
- baz
```
notice that lines between foo and bar, and between bar and baz have 4 spaces each so that everything is in the same `li`
l…
-
I propose adding an `apply` function to text/template which would execute a template and send its output to a pipeline:
```
{{ apply markdown | highlight "html" }}
Hello, **Gopher**!
{{ end …
-
**Is your feature request related to a problem? Please describe.**
Would be good to put some words/pictures into the Doxygen documentation (or .md?) describing the way object ID's are managed in OSAL…
-
### Describe the project you are working on
I'm working on a game; I'm using and developing a sublime text add-on in order to help make my game. Sublime text supports LSP and I've been able to use it…
-
Importing from roam (JSON) from a DB containing lots of block quotes is leading to a lot of issues since blockquotes are not recognized
-
It doesn't look like glow is following the standard for markdown when it comes to the option of adding 2+ spaces to the end of a line to indicated line break/new line.
>When you do want to insert a…