๐Ÿ“œ Scroll is a Language for Bloggers

A curated collection of tools for thoughts


What is Scroll?

Scroll is a language for bloggers.

Scroll also comes with a command line app that builds static blogs and websites.

Can you show me a sample blog?

The screenshot above is from a blog powered by Scroll.

Can I try Scroll in the browser?

Yes. Here is a web demo.

What makes Scroll different?

Scroll has an unusually simple syntax, an extensive set of features needed by blogs and sites of all sizes, is highly expandable, and is familiar to anyone who knows Markdown.

How do I install Scroll?

Scroll is an npm package. Install with:

npm install -g scroll-cli

How do I install the developer version?

git clone https://github.com/breck7/scroll.git cd scroll npm install -g . npm test

Is Scroll open source?

Yes. Scroll is public domain and the source code is on GitHub.

Where are the docs?

Can I experiment with the Scroll grammar in my browser?

Yes. You can play with the Scroll grammar in Tree Language Designer.

Did the latest version of Scroll pass the automated tests?


View source