Download the PHP package terrylinooo/githuber-md without Composer

On this page you can find all versions of the php package terrylinooo/githuber-md. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package githuber-md

Markdown editor plugin for WordPress

An all-in-on WordPress Markdown Plugin provides a variety of features such as Markdown editor, live-preview, image-paste, HTML-to-Markdown helper, and more..

How it works

  1. WP Githuber MD will save your Markdown content into wp_posts.post_content_filtered.
  2. Parse the Markdown to HTML, save the parsed HTML content into wp_posts.post_content.

This plugin will detect your Markdown content and decide what scripts will be loaded, to avoid loading unnecessary scripts. For example, if you enabled syntax highlight, you have to update your post again to take effects.

Demo

GIF animation

The demo shows you the following steps:

  1. Convert HTML to Markdown by using HTML to Markdown tool.

  1. Cut up a selection area of an image and copy it from Photoshop, then paste it to Markdown Editor.

  1. Click "Update" button to save Markdown to post_content_filtered and save HTML to post_content (it is what you will see in result).
  2. View the result.

Video

https://youtu.be/it1noNCTXa4

Requirement

Download

source download
WordPress https://wordpress.org/plugins/wp-githuber-md
GitHub repository https://github.com/terrylinooo/githuber-md/releases
PHP Composer composer create-project terrylinooo/githuber-md wp-githuber-md

Installation

  1. Upload the plugin files to the /wp-content/plugins/wp-githuber-md directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to the WP Githuber MD menu in Plugins and set your Markdown options.

Suggestions

The better situation to use this plugin is you just started a new blog.

If you're planning to use this plugin in an existing blog, be sure to:

Features

Sceenshots

thumbnail screenshot description
Image copy & paste Image copy & paste view Uplaoding images becomes much more eaiser, just copy and paste, then done. You can upload to your upload folder or host your images to Imgur.com.
HTML to Markdown HTML-to-Markdown helper view Convert your old posts into Markdown by using HTML-to-Markdown helper that beside the Editor.
Syntax Highlighing Syntax Highlighing view Use Google prettify.js for the Editor's live-preview pane, and use prism.js for the fontend pages. You can choose your favorite theme for syntax hgihlighing.
Mermaid Module: Mermaid view Mermaid is a Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.
KaTex Module: Katex view KaTex is a fast, easy-to-use JavaScript library for TeX math rendering on the web.
Flow Chart Module: Flow Chart view Draws simple SVG flow chart diagrams from textual representation of the diagram.
Sequence Diagram Module: Sequence diagram view Turns Text Into Vector UML sequence diagrams.
Setting Page 1 Setting page 1 view Markdown settings.
Setting page 2 Setting page 2 view Modules settings.

Author

Created by Terry L. and contributors. Thanks for the donators for supporting me, and the translators such as CoLocal and others for providing translation.

Notes

License

GPLv3 or later


All versions of githuber-md with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3
erusev/parsedown Version ^1.7
erusev/parsedown-extra Version ^0.7.1
league/html-to-markdown Version ^4.8
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package terrylinooo/githuber-md contains the following files

Loading the files please wait ....