Skip to content

stefintrim/draft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Draft

An immutable editor for Tavern V2 Character Cards.

Draft treats character creation like code—giving you git-like history, specialized editors for complex data, and export for SillyTavern.

Key Features

  • Tavern Card V2 Support (Import/Export PNGs)
  • Time Travel History (Undo/Redo trees)
  • Lorebook Manager (Import/Export JSON)
  • Spell Checker (US English Dictionary)
  • Rich text editor (VS Code engine)

How to Run

You don't need to install Java or compilers to use Draft. Just Node.js.

1. Prerequisites

2. Install & Run

Open a terminal in this folder and run:

# 1. Install dependencies
npm install

# 3. Launch Draft
npm run app

Developers

If you want to modify the source code (ClojureScript), use the dev mode for hot-reloading:

npm start

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published