Novelcrafter

March 27th 2024

Improved Chat Prompts

image

  • You can now copy a chat thread into your clipboard (JSON, YAML, Markdown). That way you can copy stuff over into Notion for example!
  • Added new “linear” format to novel.outline: Use {novel.outline("linear")} to get a different format (one heading level, not nested via act then chapter) that separates your scenes as well
  • novel.outline also no excludes scenes that have been marked as “AI excluded”, which should help in some cases
  • Other various fixes and improvements