Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

Markdown Importer

Beskrivning

Importing posts from markdown files. When importing, to convert the markdown image to html image tag.

Installation

  1. Upload Smart Custom Fields to the /wp-content/plugins/ directory
  2. Activate the plugin through the ’Plugins’ menu in WordPress
  3. Create uploading files. /[Post ID]/foo.md and image files
  4. Uploading the files to /wp-content/uploads/markdown-importer/
  5. Run on Tools > markdown-importer

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”Markdown Importer” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

Översätt ”Markdown Importer” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

0.2.0

  • Added messages of importing images.
  • Change the image file name to sha1 only if it contains multi-byte characters.

0.1.3

  • Support multibyte filename of image. The filename is hashed string.
  • Fixed unicode normalization bug.

0.1.2

  • Fixed bug for using comporser

0.1.1

  • Refactoring

0.1.0

  • Initial release.