Download the PHP package pressbooks/parsedown-party without Composer

On this page you can find all versions of the php package pressbooks/parsedown-party. 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 parsedown-party

Parsedown Party

Contributors: conner_bw, greatislander, steelwagstaff Tags: markdown, parsedown
Requires at least: 6.8
Tested up to: 6.9.1
Requires PHP: 8.3

Stable tag: 1.3.0

License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Markdown editing for WordPress.

Description

This plugin lets you use Markdown for individual posts on a case-by-case basis. Markdown can be activated using a toggle in the post editor submit box. When enabled, it replaces the WordPress post editor with CodeMirror in Markdown mode.

Works on posts using the Classic Editor. Gutenberg is currently not supported.

Testing

The test-sample.md file includes comprehensive examples of various Markdown and Parsedown Extra features for testing purposes. To test the Markdown functionality locally:

  1. Create or edit a page using the Classic Editor
  2. Enable Markdown using the toggle in the Publish box (sidebar)
  3. Paste the contents of test-sample.md into the post editor
  4. Click "Preview" to view the rendered output
  5. Confirm that all Markdown features are properly parsed (headers, lists, code blocks, tables, etc.)

Screenshots

1. Parsedown Party in the post editor.

Parsedown Party in the post editor.

Frequently Asked Questions

If I turn this on for a post, can I go back to HTML if I change my mind?

Yes.

Can I automatically enable Markdown for all new posts?

Yes. Add the following line to your theme's functions.php (or another suitable place):

add_filter( 'parsedownparty_autoenable', '__return_true' );

Is this plugin compatible with Pressbooks?

Yes.

Does this plugin work with Gutenberg?

Not yet. It works on posts using the Classic Editor. The block editor is currently not supported.

I'm a software developer, how can I help?

This plugin follows Pressbooks coding standards and development happens on GitHub.

The philosophy behind this plugin is: Take a best of breed Markdown Parser, combine it with WordPress' built-in CodeMirror libraries, and let users write posts in Markdown. Things like two-pane WYSIWYG editors are out of scope for this particular plugin (the Preview button works fine.) The design goal is to modify WordPress Core as little as possible while providing decent Markdown support for content.

What about Gutenberg? Haven't started yet. Tiny MDE looks like a good place to get ideas.

Changelog

1.2.2

1.2.1

1.2.0

1.1.1

1.1.0

1.0.2

1.0.1

1.0.0


All versions of parsedown-party with dependencies

PHP Build Version
Package Version
Requires php Version >=8.3
composer/installers Version ^2.1
erusev/parsedown-extra Version ^0.9
league/html-to-markdown Version ^5.1
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 pressbooks/parsedown-party contains the following files

Loading the files please wait ...