Tap is a proof-of-concept editor for screenplays formatted in Fountain markup. It stores all data in AT Protocol records.
at main 303 B view raw
1# Exclude VCS and local caches 2.git 3.gitignore 4 5# Node 6node_modules 7npm-debug.log* 8 9# MacOS 10.DS_Store 11 12# Editor/IDE 13.vscode 14.idea 15 16# Build artifacts created locally (we rebuild in Docker) 17server/static/js/tap.js 18server/static/js/tap.js.gz 19server/static/js/tap.js.br 20 21# Tests and coverage 22coverage 23*.out