improved

Chat

Write

Prompts

AI

March 2nd 2024

Improvements
  • Prose sections can now be colorized! 🌈 image
  • Act/chapter/scene texts/headings in matrix view as well as the selected scene in chats are now links to the manuscript msedge_PU9EHueZLu
  • Add
    codex.getAliases("Entry name")
    to get a comma-separated list of aliases for the given entry.
  • Add
    context.codex.getAllByType
    and
    codex.getAllByType
    to get all entries for
    character
    ,
    location
    ,
    object
    ,
    lore
    ,
    subplot
    and
    other
  • Make code blocks in chat messages more readable
  • Improvements to chat message extraction
  • When calling moderation, you now see a little message about its status image
Fixes
  • Chat Codex Entry Tracker shows entries again
  • Codex additions in sections are now also being detected
  • Hide word counts in chat message when AI is idling
  • You can now use
    {codex.get("Entry name")}
    on entries that have the "do not track" flag enabled as well