-
The plug-in does not export code blocks included in ChatGPT's replies. This significantly reduces the usefulness of the exported chats, in particular for me as many of the replies include code blocks.…
-
It's common to see code blocks like this:
```python
>>> 1 + 1
2
```
The `>>>` is emulating a REPL like IPython. However, it's not very useful to our end users because they cannot use our copy-code b…
-
Currently we spell check code blocks, which leads to lots of red underlines in those blocks. We might want to ignore them entirely, as well as for other Write Brief features (we probably don't need to…
-
## Describe your feature request
Would be nice to support code block in the text input bar, that would make it easier to input code. we could also support basic markdown features like bold or itali…
-
When I paste code into Quill, or use tabs or spaces to indent code, that indentation seems to be lost in deltas, which is a shame.
However it is possible to use the Quill indent formatter to indent…
-
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Unable to fold code blocks with the key bindings, but using the UI or the command palette works fi…
-
@mprpic found in #781 some incorrect brackets. We need to check all code blocks for the correct syntax and inconsistency.
-
We want the fix for https://github.com/dart-lang/dart-syntax-highlight/pull/75 to fix this:
![image](https://github.com/user-attachments/assets/662c547d-2d85-4863-b69e-ae1a0be237df)
-
Hey buddy, thanks for making this plugin. Love it 🤍, though it misses one of the feature I need.
How to enable or disable on selected elements?
I use `` `` to show some logs. I don't want a copy b…