diff options
| author | t <t@tjp.lol> | 2026-06-16 11:34:47 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-06-16 11:35:41 -0600 |
| commit | 0efda28ab5edb9ab90f648410c5867140d2868f3 (patch) | |
| tree | 8619574764a055b8ac161c5cb954f7c1c687c3e4 /issues.md | |
| parent | f8c6d45755acb5abf9ac68931268b7945da0fae0 (diff) | |
preserve indentation of sub-lists, reset formatting for the component after closing formatting
Diffstat (limited to 'issues.md')
| -rw-r--r-- | issues.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/issues.md b/issues.md new file mode 100644 index 0000000..d777778 --- /dev/null +++ b/issues.md @@ -0,0 +1,5 @@ +- [x] at the end of _any_ **kind** ~of~ `formatting`, ALL styles are cleared, which for user-text clears the background that should still be there. +- [ ] screen flickers. I think our differential rendering has gotten broken and we're re-drawing the full conversation on every update. +- [ ] tool components don't have their collapsed form any more, they're always showing their output expanded, ctrl+o does nothing. +- [ ] empty lines in user-text are getting dropped - (shift+enter)*2 doesn't show an empty line in the middle when the user text is rendered in the component. + - [ ] in another test, this text: "`code block`\n_underline_\n**bold**\n~strikethrough~" was collapsed down to one line with just spaces between them. this time it wasn't even a double-newline. |
