Περιγραφή
This plugin allows users to import Markdown files into posts. Prior to importing, settings for post status, post type, and post author can be set.
Post status settings:
- Draft (default)
- Publish
- Private
Post type settings:
- Post (default)
- Page
Post author settings:
- Current user (default)
- All other users with the ability to edit posts
This plugin utilizes the Parsedown PHP library by Emanuil Rusev, which is mostly compliant with the CommonMark spec. It also extends up the Parsedown library, by allowing:
- checkboxes; ‘[ ]’, ‘[]’, and ‘[x]’ are translated into unchecked/checked checkbox inputs
Εγκατάσταση
- Upload
parsedown-importer.zip
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Συχνές Ερωτήσεις
Q: Usage
Note: Only accounts with the ability to import will see the ‘Tools’ > ‘Parsedown Import’ sub-menu.
- Navigate to the ‘Tools’ > ‘Parsedown Import’ sub-menu
- Click the ‘Select Files’ button, and select one or more Markdown (.md, .markdown, or .mdown) files from the prompt
- Optionally change the import settings
- Click the ‘Import’ button
- Installation Instructions
-
- Upload
parsedown-importer.zip
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Upload
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“Parsedown Importer” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Parsedown Importer” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.0.8
- Update file type validation to deal with Windows 10 silliness.
1.0.7
- Update readme and tags.
1.0.5
- Updated successful import file list header content
1.0.4
- Updated successful import file list width
1.0.3
- Removed node_modules from .gitignore
1.0.2
- Updated readme
1.0.1
- Updated checkbox regex to allow brackets with no space in between.
1.0.0
- Updated readme(s) and plugin details.
- Init repo