scroll icon indicating copy to clipboard operation
scroll copied to clipboard

Scroll is a language for scientists of all ages. Scroll includes a command line app that builds static blogs, websites, CSVs, text files, and more.

Results 32 scroll issues
Sort by recently updated
recently updated
newest added

Sometimes you might want to create a node type on the fly. Example #1: These 3 files [https://github.com/breck7/breckyunits.com/tree/main/markups] could really be just 1. Example #2: In this post: https://github.com/breck7/breckyunits.com/blob/main//how-james-park-built-fitbit.scroll Instead...

Adding `maxColumns 2` to `scroll.settings` works fine but when I move to 1 it doesn't. I know this defeats the style purpose of the site but I was curious to...

Can you share an example of this? Am I meant to write the custom content in HTML, do I write that all in the settings file or can it reference...

Perhaps go with CiteKeys? https://zettelkasten.de/introduction/#luhmann-s-zettelkasten `To manage the references, use reference management software like BibDesk. It will contain the bibliographical data and provides you with citekeys. Citekeys are similar to...

Should all nodes be taggable? Instead of extending the base paragraph/quote nodes, would it better to make node types take an omnifix set of params an use hashtag: ``` devilsAdvocate...

When it comes to text layout, there are competing concerns. I think one of the main concerns for a newspaper related to the process of typesetting, and cramming as much...

perhaps in version 29 or 30 or 31 or so

goodFirstIssue

The `class` directive is confusing. I wanted to add 2 classes to a paragraph but I forgot how `class` works. It has 2 behaviors: 1. If only 1 word is...

TeX (and its dialects), as far as I can tell can't be beat when it comes to generating beautifully typeset documents for printing. So it makes sense to have out...

After installing through: `npm install -g scroll-cli` on Windows 10 Professional 1803, with node v16.13.1, `scroll help` fails immediately with: ``` C:\Users\jmchauvet\AppData\Roaming\npm\node_modules\scroll-cli\node_modules\jtree\products\GrammarLanguage.js:2321 this._cache_rootConstructorClass = def.getLanguageDefinitionProgram()._compileAndReturnNodeTypeMap()[rootNodeTypeId] ^ TypeError: Cannot read properties...