Novelcrafter

January 26th 2024

Improved Prompts

Today’s update is about more prompt customization:

  • Show preview prompt button for people using the system default scene beat prompt
  • Add context.codex.getAllByTag and codex.getAllByTag to get entries by their tag (e.g. all the aliens 👽)
  • Change codex.get to return the full entry XML instead of just the description (⚠️ check your prompts after this, but for most this should be an improvement)
  • Add support to all codex lookup functions to either use XML (the default) or normal text (e.g. {context.codex.get("Peter", "raw")} or {context.codex.get("Peter", "xml")})
  • Various other bug fixes and improvements