writerA VS Code plugin to aid the process of writing novels. Current process — keep all of it
VS Code already offers all of this. None of it gets replaced. What's missing1. Story flow graphVisualize the story flow as a graph. Currently generated as an SVG by Claude Code, which is very clunky. Want to be able to visualize the graph properly — zoom in and out on certain plots, etc. 2. Fact databaseKeep the facts in a database:
3. Virtual reviewerCheck the manuscript against a set of rules:
These are large features. They may deserve multiple plugins — something like GitKraken, a suite of tools for writers. 4. Story editorIt should be easy to identify elements of the story to rewrite. Removing a paragraph should bring up a list of connected paragraphs that may require rewriting. Undo/redo should be supported. Not sure yet what the UI/UX for this should look and feel like. This should go beyond editing words, and focus on editing concepts. Examples of such edits:
Building and testing
|