Escrito
Collaborative writing with Markdown & Textile
Install / Use
/learn @dmfrancisco/EscritoREADME

Live preview
escrito.herokuapp.com (also available at the Chrome Web Store)
Installation and Usage
First make sure you have a working copy of Node.js and npm
(the node package manager).
To install escrito you'll need coffee.
npm install -g coffee-script
Check if everything went okay.
coffee -v
Next, run (this may take a while):
npm install -g escrito
Then start the server.
escrito
That should be enough!
You can pass custom arguments:
escrito --port 4567
Documents are not persistent by default but you can set a custom database type.
The available options are 'memory' and 'redis'. Those are the database types supported by
the ShareJS project.
escrito --database redis
For more detailed help type:
escrito -h
Local installation
You can also install escrito locally. This will install it in your current directory.
npm install escrito
Start the server:
npm start escrito
To pass custom arguments using npm, you have to use a slightly different syntax.
For example, to set up the server with a custom port you should do the following:
npm config set escrito:port 5000
From source
You can clone the github repository.
git clone git://github.com/dmfrancisco/escrito.git
Install all the dependencies.
cd escrito
npm install
Run the server:
coffee web.coffee
Again, you can pass custom arguments.
coffee web.coffee --port 4567 --database redis
Compiling CoffeeScripts
If you want to compile the CoffeeScripts to JavaScript.
cake build-dependencies
cake build
Run the server:
node web.js
This wouldn't be possible without Open Source projects like:
- NodeJS - Evented I/O for V8 JavaScript
- ShareJS - The collaborative editing engine by Joseph Gentle
- Ace Editor - Textarea enriched by Mozilla
- Markdown mode - Support added by Chris Spencer
- Showdown - Markdown parser made by John Fraser
- Textile parser - Textile parser made by Ben Daglish
- Google Caja - HTML Sanitizer
Check them all in the humans.txt file.
Related Skills
qqbot-channel
352.9kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
100.7k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
352.9kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
arscontexta
3.1kClaude Code plugin that generates individualized knowledge systems from conversation. You describe how you think and work, have a conversation and get a complete second brain as markdown files you own.
