View Single Post
Old 11-09-2019, 02:12 AM   #1
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,731
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
[Plugin] MarkdownImport - Markdown to HMTL converter

Released: August 8, 2023
Current Version: "0.1.5.4"

This plugin allows you to import self-contained UTF-8-encoded Markdown files and plain text files without markup.
For more information on the Markdown syntax, see this website, which also offers an interactive Markdown tutorial for beginners.

Credits

This plugin uses cmark-gfm for the actual conversion. (KevinH and DiapDealer kindly provided the macOS and Windows binaries bundled with this plugin. KevinH also updated the code to support non-standard epubs.)

System requirements

This plugin requires Sigil 0.9.8 or higher. If you uncheck the Use Bundled Python option, you'll also need to install Python 3 and PyQt5. Linux users will also need to install the cmark-gfm package.

Installation

1. Select Manage Plugins from the Plugins menu and enable the Use Bundled Python option, if it isn't already enabled (or greyed out).
2. Click Add Plugin and select MarkdownImport_v0.1.5.4.zip. This will install the plugin, which you can select via Plugins > Edit > MarkdownImport.

If you want to test the plugin, copy test.md and plugin.png from the plugin folder to your Desktop folder, run the plugin and then select test.md as the input file.

Settings

Advanced users can change some conversion settings by editing the following MarkdownImport.json entries:

"extensions": ["footnotes", "table", "strikethrough", "autolink", "tagfilter"],

This entry defines the extensions that'll be used. For more information on these extensions, see the GitHub Flavored Markdown Spec guide.

"strong": true,

By default, the plugin will generate <strong> and <em> tags. If you prefer <b> and <i> tags, change this setting to false.

"sigil_split_marker": false,

If you change this setting to true, the plugin will add sigil_split_marker class attributes to all <hr> tags (defined as --- in Markdown files). This will allow you to split the file using Edit > Split At Markers.

"cmark_exe_path": "C:\\Users\\user\\AppData\\Local\\sigil-ebook\\sigil\\plugins\\MarkdownImport\\cmark-gfm.exe"

This entry defines the cmark-gfm path. You can change this setting to specify a custom cmark-gfm path.

Troubleshooting:

If you're a macOS user you might be getting the following error message:

Code:
Error: [Errno 13] Permission denied
To fix this problem, temporarily rename the Markdown preferences folder and run the plugin once. Afterwards, you should be able to put the renamed Markdown preferences folder back or just set new preferences.
To display the Sigil plugin preferences folder, select Edit > Preferences > Open Preferences location > plugins_prefs > MarkdownImport.

License: GNU General Public License v3 (GPL-3)
Attached Files
File Type: zip MarkdownImport_v0.1.5.4.zip (308.2 KB, 1046 views)

Last edited by Doitsu; 08-07-2023 at 02:03 PM. Reason: Updated for Qt 6.5.2 and Python 3.11.3
Doitsu is offline   Reply With Quote