Pasting code into Fibery is awkward

In order to successfully paste code from ChatGPT into Fibery, I have to do the following:

  1. Write arbitrary text in the Fibery document
  2. Select said text
  3. Change text style to code
  4. Double-click the arbitrary text
  5. Ctrl+V to replace said said text

This is five steps, versus simply pasting the code directly into the Fibery doc, which results in any of all of the following:

  • Portions of the code not being included in the code block
  • Portions of the code not being properly indented or formatted

This requires cleanup work that far exceeds the effort of the aforementioned 5-step process.

Can’t you just create an empty code block (start typing /co.. or press Ctrl Alt 5) and then paste the code?