improved

fixed

Prompts

Import

July 4th 2024

Novel Imports
This release contains a ton of fixes when importing novels as
.docx
(Word) or
.md
(Markdown) and also adds HTML export and import support!
  • Improved detection of empty scenes during import
  • Improved heading detection for chapter and novel titles
  • Fixed issues with images not being stripped properly (we don't support images yet, but stay tuned)
  • Fixed styling issues when using the importer in dark mode
  • Added internal support for incorrectly/malformed markdown where some scenes were imported as one big paragraph
  • Other various improvements
We're always happy to help if you encounter any issues with bringing your words into Novelcrafter. Big thanks to those that provided us with files that didn't work (contact us via support in those cases), so we could improve the process for everyone!
Custom Prompting
As always, we added a couple goodies for our power users:
  • You can now access the labels on a scene via
    scene.hasLabel
    and
    scene.labels
  • Added new
    scene.hasSummary
    and
    scene.hasContent
    calls
  • Added
    codex.getWithReferences
    to get a full list of all nested references alongside the initial entry.
Other Changes
  • Fixed nested menus in floating chat windows not working properly (flickering and unable to click items)
  • Fixed being unable to delete novels without an active subscription
  • Improved image caching - let's hope they stick around this time (fingers crossed!)
  • Fixed plan view search not keeping proper scene numbers in grid mode
  • Various other bug fixes and improvements