Coder Social home page Coder Social logo

markdown-reader's Introduction

markdown-reader

This is a simply reader for markdown file.

演示地址: http://markdown-reader.coding.io (不易大量访问, 感谢https://coding.net)

markdown-reader 0.0.1正式release啦!

  • 支持拖拽上传markdown文件。
  • 支持markdown文件在线编辑,保存和下载。
  • 支持夜间阅读模式。
  • 响应式设计,支持小尺寸设备

安装前提:

node和npm已经安装,安装方法详见nodejs和express

安装步骤:

目录结构:

markdown-reader
├── app.js
├── bin
│   └── www
├── markdown ---->(markdown文件存放位置)
├── node_modules
├── package.json 
├── public ----> (静态资源路径)
│   ├── bootstrap
│   ├── codemirror ---->(页面在线编辑markdown所依赖的库)
│   ├── fonts ---->(来自http://iconfont.cn)
│   ├── javascripts 
│   ├── jquery
│   └── stylesheets
├── README.md
├── routes
├── settings.properties ---->(页面的中要用到的配置)
├── upload_tmp --->(上传文件的临时存放目录)
└── views

测试环境:

  • OS: Red Hat Enterprise Linux Server release 6.1 (64)
  • node: v0.10.30
  • npm: 1.4.21

测试浏览器:

  • IE10
  • Firefox31
  • Chrome36

技术总结:

  • back-end: nodejs + express
  • front-end: bootstrap + codemirror + jquery + html5

markdown-reader's People

Contributors

hjzheng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.