Giter Site home page Giter Site logo

markbox's Introduction

MarkBox

A Markdown application powered by vue, vditor and element. This app is a pure web page without any backend for data interactions. Thus, it's convenient to build your own markdown app.

I designed the MarkBox with many necessary and useful Features as follows:

  • add images
  • login
  • count
  • upload to your gitee repo
  • file manager (open an online file)
  • dark mode
  • ...

Here is a demo without gitee storage.

Enjoy it!

Deploy

For the security, I add a simple server that can valid your identification and send the private gitee/github info to you.

First, set a json of settings of pm2:

// start.json
{
	"apps":[
		{
		"name":"MarkBox",
		"script":"/opt/MarkBox/server.js", 
		"env":{
			"GITEE_USER":"Xiaohao", 
			"GITEE_TOKEN":"xxxxxx", 
			"MINDBOX_REPO":"xxxxxx", 
			"MINDBOX_GITEE_ENABLE":1 
			}
		}
	]
}

Next, start your server by pm2:

pm2 start start.json

#│ id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │
#├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
#│ 1  │ MarkBox            │ fork     │ 0    │ online    │ 0%       │ 41.8mb

markbox's People

Contributors

xiaohao-liu avatar

Stargazers

 avatar rengaswamy avatar Nikita Zhenev avatar Quinne avatar  avatar Ziyu Zong avatar NineOceans avatar  avatar

Watchers

 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.