new

fixed

Prompts

Import

July 15th

Custom Prompts
You can now ask the AI to write special HTML/XML for the manuscript editor:
If you ask it to write
<nc-section data-title="Alternative 1">Write a possible alt. version here</nc-section>
it will now properly show up as its own section! This makes prompts that suggest changes easier to grasp in terms of its results.
The following attributes are supported:
  • data-title
    will change the title/label of the section
  • data-color
    will change the color (red, blue, green, ...)
For example:
Please rewrite the given text 3 times and output your proposed changes in the following format:
<nc-section data-title="Alternative 1">
Write a possible alternative version here.
</nc-section>
<nc-section data-title="Alternative 2">
Write a second possible alternative version here.
</nc-section>
<nc-section data-title="Alternative 3">
Write a third possible alternative version here.
</nc-section>
This change also helps with a specific bug around using AI in or near blockquotes.
Other changes
Other than that, this one's a quick bug fix release as there was an issue with importing novels that was introduced in the last release. The importer would just silently fail.