# amWiki 轻文库简介 ![amWiki logo](https://amwiki.xf09.net/docs/assets/logo.png) amWiki 是一款基于 Javascript 脚本语言、依赖 Atom 编辑器、使用 Markdown 标记语法的轻量级开源 wiki 文库系统。 amWiki 致力于让大家可以更简单、更便捷的建设个人和团队文库系统! [[view amWiki on Github](https://github.com/TevinLi/amWiki)] GitHub: [![](https://img.shields.io/github/stars/TevinLi/amWiki.svg?style=social&label=Star)](https://github.com/TevinLi/amWiki "GitHub Stars") [![](https://img.shields.io/github/forks/TevinLi/amWiki.svg?style=social&label=Fork)](https://github.com/TevinLi/amWiki "GitHub Forks") [![](https://img.shields.io/github/issues-raw/TevinLi/amWiki.svg)](https://github.com/TevinLi/amWiki "GitHub Open Issues") [![](https://img.shields.io/github/issues-closed-raw/TevinLi/amWiki.svg)](https://github.com/TevinLi/amWiki "GitHub Closed Issues") [![](https://img.shields.io/github/contributors/TevinLi/amWiki.svg)](https://github.com/TevinLi/amWiki "GitHub Contributors") Apm: [![apm](https://img.shields.io/apm/v/amWiki.svg)](https://atom.io/packages/amWiki "Apm Version") [![apm](https://img.shields.io/apm/dm/amWiki.svg)](https://atom.io/packages/amWiki "Apm Downloads") [![apm](https://img.shields.io/apm/l/amWiki.svg)](https://atom.io/packages/amWiki "MIT License") ## amWiki 优势 - 文档系统采用 Markdown 语法 [>>Markdown 快速开始](?file=001-学习amWiki/05-学习markdown/01-Markdown快速开始) - 无需服务端开发,只需支持 http 访问的静态网页空间 - 不使用数据库,使用 `.md` 扩展名存储文档为本地文件 - 一键创建新文库,自动生成一套 Html 页面 - 自动更新文库导航目录 - 支持截图直接粘帖为本地 png 并插入当前 Markdown 文档 - Web 端页面自适应显示,适合各种 Web 平台与屏幕尺寸 - 支持接口文档自动抓取内容生成简单的 Ajax 测试 - ... (更多内容期待您的发现) ## 效果演示 **Web端** 一键创建新文库默认生成Web端效果一览:[https://tevinli.github.io/amWiki/](https://tevinli.github.io/amWiki/index.html) **工作端** 工作端需要您安装 Atom 与 amWiki 才能体验