-
```
What steps will reproduce the problem?
When I open the document, it is with line breaks that I did not create.
What is the expected output? What do you see instead?
I hope there's only one space …
-
Using an XML export from Wordpress 3.8.1, wp2md doesn't appear to handle paragraphs. Granted, Wordpress would normally convert newlines into fresh paragraphs.
Preferred behavior would be to convert t…
-
```
What steps will reproduce the problem?
When I open the document, it is with line breaks that I did not create.
What is the expected output? What do you see instead?
I hope there's only one space …
-
```
What steps will reproduce the problem?
When I open the document, it is with line breaks that I did not create.
What is the expected output? What do you see instead?
I hope there's only one space …
-
## Problem/Motivation
I added a webform to a block, then added that block to a text area in a page. I want to edit that text area in the page.
### Describe the bug
After adding the block and …
-
### Describe feature
A common pattern I want to put in my notes is a box like this:
![image](https://github.com/zadam/trilium/assets/4407155/c67c3a1b-d8fe-437a-ada3-7431e3fac9dd)
Not necessarily…
-
Currently, each new log entry appends a corresponding [`Inline` ](https://docs.microsoft.com/en-us/dotnet/api/system.windows.documents.inline?view=net-5.0) object to the last [`Paragraph`](https://doc…
-
Currently the formatter of error messages will truncate in a generic manner, but not with a user-friendly clean result.
Quick reproducer (though I don't see truncation here myself):
`throw new Run…
-
### Background
Currently, there's no straightforward way to check if the content of a Tiptap editor is empty. This can be particularly useful for form validation or preventing submission of empty con…
-
If i write a text string "Hello\n\nHow are you?"
I expect:
Hello
How are you?
Instead markdown-to-jsx converts it to:
Hello
How are you?
I am specifically using this with a streaming re…