Open jmatsushita opened 8 years ago
@bsenyk added Gollum as an interop goal for the platform with the aim to hookup gitlab wikis.
Another approach to comments https://carnivalapp.io/docs
Idea for a TOC/md-linker from @mixmix : https://github.com/mixmix/hypermarkdown
Also came across the interface that common accord is using for viewing, editing, and more laws. It might be something to build off of of, or gain insight from for authoring.
I'm playing with gitbook's include features at the moment. A little fiddley but more fully featured and supported i hope.
Example setup :
book.json
{
"gitbook": "2.x.x",
"plugins": [ "collapsible-menu" ],
"pluginsConfig": {
"fontSettings": {
"theme": "night"
}
},
"variables": {
"github": {
"book": "https://github.com/hihi-2016/book/blob/master/"
},
"org": {
"cohort": "https://github.com/hihi-2016/"
},
"repo": {
"concepts": "git+https://github.com/dev-academy-programme/curriculum.git/concepts/",
"resources": "git+https://github.com/dev-academy-programme/curriculum.git/resources/"
}
},
"styles": {
"website": "styles/website.css"
}
}
fancy_example_gitbook_include.md
{% include book.repo.concepts + 'README.md' %}
Prototype should allow to do demos and showcase how key functionalities will work and improve existing content workflows.
Authoring
Localisation
Management
CMS Parity
Interoperability
Streamlined