FujitsuLaboratories / Cattaz

Licence: mit
Realtime collaborative tool which can run custom applications in a Wiki page

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cattaz

Text
📑 Collaborative document editing using Markdown
Stars: ✭ 282 (+47.64%)
Mutual labels:  collaboration, markdown, editor
Mpeditor
微信markdown编辑器
Stars: ✭ 146 (-23.56%)
Mutual labels:  markdown, editor
Tui.editor
🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
Stars: ✭ 14,016 (+7238.22%)
Mutual labels:  markdown, editor
Deepwiki
A lightweight Markdown wiki system in PHP
Stars: ✭ 188 (-1.57%)
Mutual labels:  wiki, markdown
Mkdocs Awesome Pages Plugin
An MkDocs plugin that simplifies configuring page titles and their order
Stars: ✭ 136 (-28.8%)
Mutual labels:  wiki, markdown
Vditor
♏ 一款浏览器端的 Markdown 编辑器。
Stars: ✭ 1,742 (+812.04%)
Mutual labels:  markdown, editor
Sublimeless zk
A note taking app, Markdown editor, and text browser, featuring ID based wiki style links, and #tags, intended for zettelkasten method users. Loaded with tons of features like sophisticated tag search, note transclusion, support for note templates, bibliography support, etc. to make working in your Zettelkasten a joy 😄
Stars: ✭ 153 (-19.9%)
Mutual labels:  wiki, markdown
Md
✍ 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 所有基础语法、色盘取色、一键复制并粘贴到公众号后台、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性
Stars: ✭ 2,242 (+1073.82%)
Mutual labels:  markdown, editor
Pervane
Plain text file based note taking and knowledge base building tool, markdown editor, simple browser IDE.
Stars: ✭ 159 (-16.75%)
Mutual labels:  markdown, editor
Python Markdown Editor
Standalone editor for your markdown files
Stars: ✭ 164 (-14.14%)
Mutual labels:  markdown, editor
Vue Markdown Editor
A markdown editor built on Vue
Stars: ✭ 169 (-11.52%)
Mutual labels:  markdown, editor
Editor.md
The open source embeddable online markdown editor (component).
Stars: ✭ 11,741 (+6047.12%)
Mutual labels:  markdown, editor
Githubdocs
Easily build a searchable documentation app using markdown files in your Github Repo or local Markdown files.
Stars: ✭ 122 (-36.13%)
Mutual labels:  wiki, markdown
Hedgedoc
HedgeDoc - The best platform to write and share markdown.
Stars: ✭ 2,498 (+1207.85%)
Mutual labels:  collaboration, markdown
Wiki
Awesome way to learn together! 🤣
Stars: ✭ 119 (-37.7%)
Mutual labels:  wiki, markdown
Hads
📚 Markdown superpowered documentation for Node.js
Stars: ✭ 147 (-23.04%)
Mutual labels:  wiki, markdown
Mininote
📔 A simple Markdown note-taking editor
Stars: ✭ 171 (-10.47%)
Mutual labels:  wiki, markdown
Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (+629.84%)
Mutual labels:  markdown, editor
Retext
ReText: Simple but powerful editor for Markdown and reStructuredText
Stars: ✭ 1,500 (+685.34%)
Mutual labels:  markdown, editor
Rich Markdown Editor
The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:
Stars: ✭ 2,468 (+1192.15%)
Mutual labels:  markdown, editor

Cattaz

Build Status codecov Coverage Status Maintainability dependencies Status devDependencies Status

Cattaz

Cattaz is a realtime collaborative tool which can run custom applications in a Wiki page.

Features

Usage

Local

Install Node 12 and yarn.

yarn install
yarn start

Now you can visit http://localhost:8080/ to view the application.

Docker

docker build . -t cattaz # --build-arg http_proxy=http://user:[email protected]:8080 --build-arg https_proxy=http://user:[email protected]:8080
docker run -it -p 8080:8080 cattaz

Now you can visit http://localhost:8080/ to view the application.

Docker Compose

# export http_proxy=http://user:[email protected]:8080
# export https_proxy=http://user:[email protected]:8080
docker-compose up

Now you can visit http://localhost:8080/ to view the application.

Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].