Coder Social home page Coder Social logo

cavo789 / markdown Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 2.22 MB

Various tools around the Markdown language such as a markdown to doc/html/pdf converter, from csv/html to markdown, ...

License: MIT License

PHP 4.15% HTML 34.45% Vue 3.09% JavaScript 51.84% CSS 6.47%
md2pdf md2html md2docx md2epub md2odt markdown markdown-converter marknotes

markdown's Introduction

markdown

banner

WORK IN PROGRESS

Various tools around the Markdown language such as a markdown to doc/epub/html/odt/pdf/txt converter, from csv/html/xls to markdown, โ€ฆ

Table of Contents

Install

Do you need a local copy of this script? If no, don't install anything, just use it online: https://markdown.avonture.be.

Otherwise, if you want a copy on your own server; just clone this repository or click on the [Clone or download](https://github.com/cavo789/markdown/archive/master.zip) green button and get a copy of the program.

Once installed on your hard disk, open a command prompt and go to the root folder where you've copied the program and run composer update:

cd c:\repositories\markdown
composer update

Usage

If you've a local webserver (like wamp), create an alias called f.i. markdown and set his root folder to the folder where you copied this repository.

This done, you can now use this program by surfing to http://localhost/markdown/.

Any other solution will also works like copying this repository immediately to your production environment f.i.

Build

You're a developer and need to change something. This chapter is made for you.

Once downloaded to your computer, go to the prompt to execute the following instructions:

npm install
composer update

These instructions will install all dependencies needed by the program.

You've a local apache server

Run the following instruction to generate a newer version of /dist files. These files are used by the program so you need to update them anytime you make a change in css or js.

npm run build

Now, once you've created an alias (f.i. markdown) to this repository, you can access the program by surfing to http://localhost/markdown/.

Because you've rebuild the assets, make sure you refresh the page to get the newest version.

You don't have a local server

In that case, use the one of npm and run the following instruction:

npm run dev

This instruction will start a localhost site (like http://localhost:8081/) with hot reloading: by updating the source code, the change will be immediately reflected without the need to refresh the page.

Author

Christophe Avonture

License

MIT

markdown's People

Contributors

cavo789 avatar

Stargazers

 avatar

Watchers

 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.