All Projects → menduo → Gitit Bigger

menduo / Gitit Bigger

Gitit Bigger: 超棒的个人、团队Wiki/文档方案(Git、Markdown、Bootstrap、Ace、Docker)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gitit Bigger

Viki
A simple Wiki page in Markdown from notebook of VNote.
Stars: ✭ 103 (-63.08%)
Mutual labels:  wiki, markdown
Hads
📚 Markdown superpowered documentation for Node.js
Stars: ✭ 147 (-47.31%)
Mutual labels:  wiki, markdown
Wiki
Awesome way to learn together! 🤣
Stars: ✭ 119 (-57.35%)
Mutual labels:  wiki, markdown
Trackdown
TrackDown - Issue Tracking with plain Markdown. If you are missing the "git clone" for your tickets from github.com or bitbucket.org, then this is for you. A lightweight Ticketing System for distributed and unconnected small Teams.
Stars: ✭ 10 (-96.42%)
Mutual labels:  wiki, markdown
Deepwiki
A lightweight Markdown wiki system in PHP
Stars: ✭ 188 (-32.62%)
Mutual labels:  wiki, markdown
Mrdoc
online document system developed based on python. It is suitable for individuals and small teams to manage documents, wiki, knowledge and notes. like gitbook.
Stars: ✭ 1,129 (+304.66%)
Mutual labels:  wiki, markdown
Mkdocs Awesome Pages Plugin
An MkDocs plugin that simplifies configuring page titles and their order
Stars: ✭ 136 (-51.25%)
Mutual labels:  wiki, markdown
Githubdocs
Easily build a searchable documentation app using markdown files in your Github Repo or local Markdown files.
Stars: ✭ 122 (-56.27%)
Mutual labels:  wiki, markdown
Mininote
📔 A simple Markdown note-taking editor
Stars: ✭ 171 (-38.71%)
Mutual labels:  wiki, markdown
Wiki
Wiki.js | A modern and powerful wiki app built on Node.js
Stars: ✭ 14,985 (+5270.97%)
Mutual labels:  wiki, markdown
Amwiki
amWiki 是一款由 JS 开发、依赖 Atom 或 Nodejs-Npm 的 Markdown 轻量级前端化开源文库系统
Stars: ✭ 814 (+191.76%)
Mutual labels:  wiki, markdown
Tms
基于频道模式的团队沟通协作+轻量级任务看板,支持mardown、富文本、在线表格和思维导图的团队博文wiki,i18n国际化翻译管理的响应式web开源团队协作系统。
Stars: ✭ 232 (-16.85%)
Mutual labels:  wiki, markdown
Redpen
RedPen is an open source proofreading tool to check if your technical documents meet the writing standard. RedPen supports various markup text formats (Markdown, Textile, AsciiDoc, Re:VIEW, reStructuredText and LaTeX).
Stars: ✭ 466 (+67.03%)
Mutual labels:  wiki, markdown
Seafile
High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.
Stars: ✭ 9,201 (+3197.85%)
Mutual labels:  wiki, markdown
Boostnote.next
Boost Note is a powerful, lightspeed collaborative workspace for developer teams. Forum (New!): https://github.com/BoostIO/BoostNote-App/discussions
Stars: ✭ 2,682 (+861.29%)
Mutual labels:  markdown, wiki
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 (-45.16%)
Mutual labels:  wiki, markdown
Cattaz
Realtime collaborative tool which can run custom applications in a Wiki page
Stars: ✭ 191 (-31.54%)
Mutual labels:  wiki, markdown
Osu Wiki
home of the osu! wiki
Stars: ✭ 246 (-11.83%)
Mutual labels:  wiki, markdown
Pander
An R Pandoc Writer: Convert arbitrary R objects into markdown
Stars: ✭ 267 (-4.3%)
Mutual labels:  markdown
Format Readme
Формат файла README
Stars: ✭ 270 (-3.23%)
Mutual labels:  markdown

Gitit Bigger

Gitit Bigger: Git and Markdown based wiki, Bootstrap, ace Editor, syntax highlight and docker deploy support.

基于 Git 和 Markdown 的超棒的 Wiki 系统,Bootstrap、Ace 编辑器等增强,支持 Docker 部署。

开始 Start Bigger

假定你已安装 Git 和 Gitit

  • 普通版
git clone https://github.com/menduo/gitit-bigger ~/workspace/gitit;
cd ~/workspace/gitit;
cp sample.gitit.conf my-gitit.conf;
./run/run.sh start;
  • Docker 版
docker run -d --name gitit -p 7500:7500 menduo/gitit-bigger;

访问:http://127.0.0.1:7500

Demo & Screeenshots

Demos

截图 Screenshots

查看 View

编辑 Edit

Gitit 主要特性

  • 无数据库

  • Git 版本控制

  • Markdown 格式

  • Wiki 化:

    • 子目录,无限目录(这也是我抛弃其他一些类似 wiki 系统的原因)
    • 中文目录、中文标题、中文分类
    • 完美支持中文搜索
    • 支持分类
    • 支持自定义标题
  • 代码高亮

  • 支持公式等(我基本不用)

  • 导出 epub 等(基于 pandoc)

更多关于 Gitit 的安装、部署、优化的中文介绍和说明,请见:

Gitit Bigger VS Gitit

  • Bootstrap 模板

  • Ace Editor

  • Ace Editor 的编辑模式已设为 markdown

    • 支持代码高亮
    • 搜索、替换(cmd+option+f)
    • Tab 缩进、恢复(tab、shift+tab)
    • 快捷键
    • ...
  • 采用配置文件方式启动,多个实例轻松共享资源

  • 支持自定义 Ace 编辑器启用/禁用、模式、样式等配置

  • 支持 Markdown 模式下快捷键

  • 数学公式:支持 MathJax 启用/禁用,自定义 MathJax 源

  • 代码高亮:支持使用 highlight.js 高亮代码 - Gitit 的高亮需要服务端支持

  • 增加启动、部分、自动备份脚本或帮助

注意:wikidata 仓库

请注意检查你的 wikidata/ 目录的 git 配置。请注意:

  • wikidata 文件夹是一个本地仓库,所有的 wiki 页面都将保存到此处;
  • Gitit 启动时,会检查这个文件夹是否存在,如果不存在,Gitit 将会创建它,并初始化它为一个本地仓库
  • 只有提交到仓库里的文件,才会被 Gitit 添加到 wiki 中。
  • 如果你想要将此仓库与你的远程仓库绑定、同步:你需要:
    • clone 你的 wiki 仓库到 wikidata 文件夹:git clone your-wikidata.git ./wikidata,或者:
    • 运行 git remote 相关命令,使 wikidata 文件夹和你的远程仓库连接起来;
# 如果  wikidata 文件夹尚不存在
cd ~/workspace/gitit
git clone your-wikidata.git ./wikidata
git branch --set-upstream-to=origin/master master
# 启动 gitit 服务: ./run/run.sh start

# 如果 wikidata 已经存在,但并没有和你的远程仓库绑定
cd wikidata
git remote add origin path/to/your-wikidata.git
git branch --set-upstream-to=origin/master master
# 启动 gitit 服务: ./run/run.sh start

配置、自定义 JS/CSS

Gitit Bigger 提供一定程度的配置。

你可以通过在 templates/page_more_scripts.st 里定义 BIGGER_SETTINGS_APPEND 对象来覆盖默认配置。

包括:

  • ace 编辑器
  • markdown
  • MathJax 数学公式插件
  • highlightjs 代码高亮
  • Google Analytics 统计

详情见:gitit_bigger_config.md

工具 Utils

  • 启动控制
  • 批量修改扩展名
  • 自动备份辅助

详情见:- gitit_bigger_utils.md

通过 Shell 编辑 wiki

不通过 web界面,也可以操作我们的 Gitit Wiki。背景:

  1. wikidata: wiki pages 的仓库
  2. 只有提交到仓库里的文件,才会被 Gitit 添加到 wiki 中。
# 进入 wikidata 目录
cd /path/to/your/wikidata

# 新增文件并输入一些字符串
touch new_page.md
echo "hello menduo" >> new_page.md

# 添加新文件到仓库
git add new_pge.md
git commit -m "add new_page.md file"

# 更新文件并提交到仓库
echo "new line" >> old_page.md
git add old_page.md
git commit -m "update old_page.md "

# 推送到远程仓库
git push origin master

多个实例

通过配置文件的方式,可以轻松运行多个 Gitit 实例。除 wiki.menduo.net 外,我也运行了另外的实例来做私人笔记。

  1. cp sample.gitit.conf my-gitit-private.conf;
  2. 更新 my-gitit-private.conf 里的相关配置,尤其是:端口、wikidata 目录(详见gitit_config.md 配置
  3. 启动新实例:gitit -f my-gitit-private.conf

注意

  • 如果 my-gitit.confmy-gitit-private.conf 这两个实例使用不同的用户,可能会造成 cookies 的混乱。
  • 在服务端时,可考虑使用 nginx 做反向代理,为每个实例绑定一个二级域名。
  • 在本地时,可以用 localhost127.0.0.1 一类的来处理 cookie 域问题。

Docs

Changelogs

反馈、建议、联系

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].