Giter Site home page Giter Site logo

Prototype implementation about contentascode HOT 6 OPEN

iilab avatar iilab commented on September 26, 2024
Prototype implementation

from contentascode.

Comments (6)

jmatsushita avatar jmatsushita commented on September 26, 2024

@bsenyk added Gollum as an interop goal for the platform with the aim to hookup gitlab wikis.

from contentascode.

jmatsushita avatar jmatsushita commented on September 26, 2024

Another approach to comments https://carnivalapp.io/docs

from contentascode.

seamustuohy avatar seamustuohy commented on September 26, 2024

Both gitlabs and github now support templates for pull requests and issues. Figuring out how to best integrate and utilize these will make it far easier for non-expert users to provide feedack and suggest content changes to content.

from contentascode.

shulter avatar shulter commented on September 26, 2024

Idea for a TOC/md-linker from @mixmix : https://github.com/mixmix/hypermarkdown

from contentascode.

seamustuohy avatar seamustuohy commented on September 26, 2024

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.

from contentascode.

mixmix avatar mixmix commented on September 26, 2024

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' %}

from contentascode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.