grimdevtext-editor-workbench

Solid

Text Editor Workbench: Open a minimal browser note editor with a collapsible file sidebar and autosynced Markdown/text files.

Data & Documents 19 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Text Editor Workbench ## Purpose Use this skill when the user wants a tiny local note-taking or text-editing artifact. Notes live in the project the server points at, not in this repo. Do not expose arbitrary workspace write access by default. ## Canonical Paths App code (in this repo): - Skill source: `skills/artifacts/text-editor-workbench/SKILL.md` - Artifact page: `skills/artifacts/text-editor-workbench/artifact/index.html` - Default state template: `skills/artifacts/text-editor-workbench/artifact/state.json` Per-project data (in the project the server points at): - State: `<project-root>/workbench/text-editor-workbench/state.json` - Notes: `<project-root>/workbench/text-editor-workbench/` — flat `.md`, `.txt`, and `.json` files Start and open: - `node artifacts/server.js --root <project-root>` (run from this repo) - `http://127.0.0.1:8765/text-editor-workbench/` ## Sync Contract The workbench has two file layers in the same flat per-project folder: - `state.json` for UI/session state; - `.md`, `.txt`, and `.json` note files beside it for content. Required behavior: - Browser file selection writes `state.json`. - Browser edits autosave the active note file. - The sidebar plus button creates a new `.md` note. - Right-clicking a note in the sidebar opens copy-path and delete actions for that note. - While the editor is focused and the pointer is idle, top editor/sidebar controls fade out until the pointer moves again. - Agent edits to the active note reload automa...

Details

Author
MindGoblinStudios
Repository
MindGoblinStudios/grim-tome
Created
2 weeks ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category