Thanks to visit codestin.com
Credit goes to github.com

Skip to content

helloxz/himd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

himd

Hi Markdown,一款在线Markdown编辑器,免费开源,简单适用。Hi Markdown前身是Markdown-Temp,最近学习CodeIgniter框架,于是使用CI完全重写。

Demo

关于开发

部署与安装

  1. 下载源码
  2. himd.sql导入数据库
  3. 修改数据库配置文件application/config/database.php
  4. 可能还需要修改application/config/config.php指定Session文件路径
  5. SMTP配置在application/controllers/User.php

如果您使用的Apache,请在.htaccess添加如下内容:

RewriteEngine on  
RewriteCond $1 !^(index\.php|images|static|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

如果使用的Nginx,添加如下配置到站点配置中:

location / {
                try_files $uri $uri/ /index.php?$query_string;
        }

location ~ \.(md|sql)$ {
   return 403;
   deny all;
}

已实现的功能

  • 用户注册、登录
  • 新增文档、修改、发布

正在开发的功能

  • 管理员系统
  • 文件导出功能(.md .html)
  • 邀请好友功能

联系方式

About

Hi Markdown,在线Markdown编辑器。

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages