Conversation
|
Yeah! That's a so great feature 💌 |
|
Is there a test file for this? This is one of those things I don't know anything about |
Try the |
|
I was unable to build pluma-plugins due to a libpeas issue blocking the build at the word-completion plugin: Debian has rebuit libpeas 1.36.0 (1.36.0-8) to declare "breaks" against current eom and eog prior to a certain commit. I don't know much about libpeas but pluma without the plugins package is working fine with libpeas 1.36.0-5 |
|
@lukefromdc I think your solution for the time being may be to install Long term I think pluma-plugins (and possibly other packages in MATE) need to explicitly depend on girepository (and handle 1.0 or 2.0 gracefully, or through a build flag) |
|
This should work now with the latest commit from Pluma (I've rebased mate-desktop/pluma#718 from |
|
Got this error on an attempted test build during configuration: |
|
The I think having both |
|
A build from git master just went fine, and then from the same directory switching to this branch , configuring again, and building again also appeared to work but (EDIT) it did NOT. The terminal text completed and did not show an error, but none of the binary files actually got built. In master they showed up fine |
|
Looks very nice, I compiled and ran it today. An issue I found was when clicking on a link in the markdown preview, the website opened inside the markdown preview. Expected would be in a web browser. |
|
@mbkma good catch, thanks for pointing that out! |
5467d41 to
5ea2093
Compare
There was a problem hiding this comment.
The links now open in the browser as expected.
However, there are still issues with the Markdown plugin:
- When opening a Markdown file, the preview does not appear immediately. I need to close and reopen the file for the preview to show.
- When closing a .md file, the preview remains visible instead of being cleared.
Both behaviors should be addressed.
5ea2093 to
13521cb
Compare
This plugin uses the new right pane in Pluma to display a real-time rendering/preview of a Markdown file. It uses WebKit2 and only relies on core markdown plugins in python. Needs python3-markdown (or whatever the lib is named in your distro).
Since this plugin provides ctags, which are often presented on the right side in most IDEs, we can move this plugin to show in Pluma's new right side panel to be consistent.
13521cb to
62a46fa
Compare
|
@mbkma just added a function to show the pane when the active document is markdown and a call to load the placeholder text when the active document is not markdown. |

This plugin uses the new right pane in Pluma to display a real-time rendering/preview of a Markdown file. It uses WebKit2 and only relies on core markdown plugins in python.
Needs python3-markdown (or whatever the lib is named in your distro).
Also moved the
sourcecodebrowserplugin to the new right panel.Needs mate-desktop/pluma#718
Markdown Preview plugin:

Source code browser plugin on right side:
