Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anionex/mkdoc-admin

使用flask构建的一个本地markdown文件编辑和预览应用,可以配合mkdocs使用,充当mkdocs的后台管理页面,以动态编辑mkdocs文档。| A local markdown file editing and preview application built using flask, which can be used with mkdocs to serve as the admin panel of mkdocs to dynamically edit mkdocs documents
https://github.com/anionex/mkdoc-admin

flask markdown-editor mkdocs

Last synced: 3 months ago
JSON representation

使用flask构建的一个本地markdown文件编辑和预览应用,可以配合mkdocs使用,充当mkdocs的后台管理页面,以动态编辑mkdocs文档。| A local markdown file editing and preview application built using flask, which can be used with mkdocs to serve as the admin panel of mkdocs to dynamically edit mkdocs documents

Awesome Lists containing this project

README

        

Mkdocs Admin

## 使用方法
### 首先,安装依赖
```shell
pip install -r requirements.txt
```
### windows:
右键运行start.ps1
或者
```shell
python app.py
```
### linux:
```shell
python app.py
```
运行端口请查看控制台输出。
这只是一个开发版服务,若要使用在生产环境中,请使用生产环境WSGI服务器

___

Mkdocs Admin

## Usage
### First, install the dependencies
```shell
pip install -r requirements.txt
```
### Windows:
Right-click to run start.ps1
or
```shell
python app.py
```
### Linux:
```shell
python app.py
```
Check the console output for the running port.
This is just a development version service. For production use, please use a production WSGI server.
___