LiaScript / CodiLIA

CodiMD - Realtime collaborative markdown notes on all platforms.

Home Page:https://hackmd.io/c/codimd-documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LiaScript Gitter

Deploy

CodiLIA

CodiLIA lets you collaborate in real-time to create interactive online courses with LiaScript. Built on HackMD source code, CodiLIA lets you host and control your course content with speed and ease.

screenshot

Free (Test)-Deploy

Click on the button below and follow the install-instructions.

Deploy to Heroku

There are two parameters that you might set during the installation on heroku:

  • CMD_SHARE_URL: If you want to use LiaScript website as the target-website for publishing you can set this parameter to

    https://LiaScript.github.io/course/?https://YOURAPP.herokuapp.com

    If you leave this out, your courses will be published locally...

  • CMD_RESPONSIVEVOICE_KEY: get a key that fits to your target-projects from https://responsivevoice.com

HackMD

HackMD helps developers write better documents and build active communities with open collaboration. HackMD is built with one promise - You own and control all your content:

CodiMD - The Open Source HackMD

CodiMD is the free software version of HackMD, developed and opened source by the HackMD team with reduced features (without book mode), you can use CodiMD for your community and own all your data. (See the origin of the name CodiMD.)

CodiMD is perfect for open communities, while HackMD emphasizes on permission and access controls for commercial use cases.

HackMD team is committed to keep CodiMD open source. All contributions are welcome!

CodiLIA - CodiMD for writing LiaScript

CodiLIA allows you to write free and open online courses based on an extended Markdown syntax. It applies the CodiMD backend, but all Markdown is interpreted by LiaScript. You can either share your courses from your plattform or share it via https://LiaScript.github.io

Type lia into the editor to get help on common liascript tasks and functionality._

Documentation

You would find all documentation here:

LiaScript Documentation

CodiMD Documentation

Deployment & Co

To try this out locally, you need to clone this repository and build it via:

git clone https://github.com/LiaScript/CodiLIA
cd CodiLIA
npm i
npm i sqlite3
bin/setup
npm run build
npm run start

and then open your browser at http://localhost:3000/

With Docker:

cd deployments
docker-compose up

Change the configuration in docker-compose.yml. It will automatically download the latest CodiLIA version. If you want to share your course, you have to set the CMD_SHARE_URL parameter in this file accordingly.

Also checkout https://responsivevoice.com and get a free key. This key can be used with CMD_RESPONSIVEVOICE_KEY to enable text to speech output for your editor.

All the other parameters are CodiMD-parameters, see the CodiMD Configuration.

If you want to, you can build your own docker-container by running the following commands:

cd docker-helper
make
cd ..
cd deployments
./build.sh

Further information:

If you want to spin up an instance and start using immediately, see Docker deployment. If you want to contribute to the project, start with manual deployment.

Configuration

CodiMD is highly customizable, learn about all configuration options of networking, security, performance, resources, privilege, privacy, image storage, and authentication in CodiMD Configuration.

Upgrading and Migration

Upgrade CodiMD from previous version? See this guide

Migrating from Etherpad? Follow this guide

Developer

Join our contributor community! Start from deploying CodiMD manually, connecting to your own database, learn about the project structure, to build your changes with the help of webpack.

Contribution and Discussion

All contributions are welcome! Even asking a question helps.

Project Contribution Types Contribution Venue
CodiMD πŸ‘« Community chat Gitter
πŸ› Issues, bugs, and feature requests Issue tracker
πŸ“š Improve documentation Documentations
πŸ“ Translation POEditor
β˜• Donation Buy us coffee
HackMD ❓ Issues related to HackMD Issue tracker
✏️ Translation hackmd-locales

Browser Support

CodiMD is a service that runs on Node.js, while users use the service through browsers. We support your users using the following browsers:

  • Chrome Chrome >= 47, Chrome for Android >= 47
  • Safari Safari >= 9, iOS Safari >= 8.4
  • Firefox Firefox >= 44
  • IE / Edge IE >= 9, Edge >= 12
  • Opera Opera >= 34, Opera Mini not supported
  • Android Browser >= 4.4

To stay up to date with your installation it's recommended to subscribe the release feed.

License

License under AGPL.

About

CodiMD - Realtime collaborative markdown notes on all platforms.

https://hackmd.io/c/codimd-documentation

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 75.3%Language:EJS 11.5%Language:CSS 10.0%Language:HTML 1.4%Language:Handlebars 1.0%Language:Dockerfile 0.6%Language:Shell 0.2%Language:Makefile 0.0%Language:Procfile 0.0%