Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.03 KB

TODO.md

File metadata and controls

46 lines (32 loc) · 1.03 KB

TODOs

Local Storage

  • Save current prompt to local storage
  • Save named prompts to local storage
  • Save history to local storage
  • Allow deleting history items

Autocomplete

  • ...

Different formats

  • Compel?
  • Invoke?

Wildcards

  • Wildcards browser
  • Generate random using wildcards
  • Inline dynamic prompt
  • ...
  • Basic
  • Weighting
  • Multiple: {2$$chocolate|vanilla|strawberry}
  • Custom Separator: {2$$ and $$chocolate|vanilla|strawberry}
  • Range of Options {1-2$$ and $$chocolate|vanilla|strawberry}
  • Generate single random instances
  • Combinatorics

General Features

  • Weighted sections of prompts: (dog:1.2)
  • Prompt Travel: (dog:cat:0,.5)
  • Alternating: [Dog|Cat]

UI/UX Polish

  • Animate changes in variants
  • Smoother save/restore process
  • Visualization of Combinatorics (Tree? Something 4-dimensional?)