Skip to content

Commit

Permalink
Thats what this is.
Browse files Browse the repository at this point in the history
  • Loading branch information
Breck Yunits authored and Breck Yunits committed May 13, 2024
1 parent d4cb56c commit be56dc3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion grammar/root.grammar
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ abstractCommandParser

scrollParser
extensions scroll
description A language for bloggers. A curated collection of tools for thoughts.
description Scroll is a language for scientists of all ages. Refine, share and collaborate on ideas.
root
inScope abstractScrollParser blankLineParser
catchAllParser catchAllParagraphParser
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scroll-cli",
"version": "86.0.2",
"description": "A language for bloggers. A curated collection of tools for thoughts.",
"version": "86.1.0",
"description": "A language for scientists of all ages. A curated collection of tools for refining and sharing thoughts.",
"main": "scroll.js",
"engines": {
"node": ">=16.0"
Expand Down
19 changes: 14 additions & 5 deletions readme.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,33 @@ permalink index.html
import header.scroll
css html {font-size: var(--base-font-size, 16px);}

title 📜 Scroll is a Language for Bloggers
title 📜 Scroll is a language for scientists of all ages

# A curated collection of tools for thoughts
# Refine, share and collaborate on ideas

<br>
thinColumns 2

? What is Scroll?
Scroll is a language for bloggers.
Scroll is a language for scientists of all ages.

Scroll also comes with a command line app that builds static blogs and websites.
Scroll includes a command line app that builds static blogs, websites, CSVs, text files, and more.

? Can you show me a sample blog?
? What is Scroll used for?

### Blogs
image blog/screenshot.png
link https://breckyunits.com/
caption The screenshot above is from a blog powered by Scroll.
https://breckyunits.com/ a blog powered by Scroll

### Knowledge Bases
Scroll powers PLDB, a knowledge base with over 100 contributors who have added over 100,000 cells of structured data and thousands of pages.
https://pldb.io PLDB

### Static Sites
This site you are reading now is powered by Scroll.

? Can I try Scroll in the browser?
Yes. Here is a web demo.
https://try.scroll.pub/ web demo
Expand Down

0 comments on commit be56dc3

Please sign in to comment.