jesselawson / jesselawson/campfirejs-prototype
Simplistic, opinionated paradigm for mutable stories
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
It should be relatively easy to write a quick, mutable story with Campfire.
For example, let's say I want to create a tutorial on how to use it. The tutorial should fit on a single html page, with each tutorial section setup as a `.page-#` div.
There should be a way to automatically create some kind of inner link with a special identifier that will close the page it's on and open the next page in the sequence.
Perhaps something like this:
```html
Clicking the second link on page 2 takes you here.
Clicking the first link on page 2 takes you here.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.