gedit-markdown
gedit-markdown copied to clipboard
Support for Markdown language in gedit
After installing this extension according to the README.md manual, as soon as I'm trying to enable it through Gedit's GUI (e.g.: _edit > preferences > "Markdown Preview"_) it throws me...
I have installed the `python3-markdown` and the `gir1.2-webkit-3.0`, and I even wrote an example to make sure that. But the previewer still can't be loaded. Is it because I have...
The plugin doesn't work under gedit 3.14 ``` Traceback (most recent call last): File "/home/nasser/.local/share/gedit/plugins/markdown-preview/__init__.py", line 113, in do_activate self.addMarkdownPreviewTab() File "/home/nasser/.local/share/gedit/plugins/markdown-preview/__init__.py", line 139, in addMarkdownPreviewTab panel.add_item(self.scrolledWindow, "MarkdownPreview", _("Markdown Preview"),...
Would it be possible to support other implementation and flavours? Most useful would be (I think) GFM and kramdown.
I'm sure the only defect here is user error, but I can't find any way to move the preview to the side. Help?
Noticed that there is a 'Export to HTML', but not a 'Export to PDF'. Would be awesome to have. Working on an implementation as we speak.
Fresh install, gedit 3.18.3. Getting the following warnings and errors during the startup: ``` /home/vladius/.local/share/gedit/plugins/markdown-preview/__init__.py:21: PyGIWarning: WebKit was imported without specifying a version first. Use gi.require_version('WebKit', '3.0') before import to...
Proposed changes concern - side- and bottom-panel - menu items Detailed changes are in the commit messages.
Make it works with Gedit of the last Debian testing update. For me, it is Gedit 3.16.3 but it can be compatible with other versions as well (not tested). Quite...
Fixes #11
This change introduces a new 'external tool' named 'Export to PDF'. Basically a shell script that calls 'Pandoc' to convert the markdown file to PDF. Also added a check to...