Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anionex/mkdoc-admin
- Owner: Anionex
- Created: 2024-06-30T13:33:26.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-21T09:34:26.000Z (6 months ago)
- Last Synced: 2024-10-14T07:42:46.558Z (3 months ago)
- Topics: flask, markdown-editor, mkdocs
- Language: JavaScript
- Homepage:
- Size: 8.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
___