Due to new PHP versions are curly braces no longer supported for array and string offset. Your code has multiple of those and therefore the plugin can’t be installed, throwing errors like this:
“Array and string offset access syntax with curly braces is no longer supported“
I managed to fix this myself by replacing those braces with straight ones and the plugin did install afterwards. My suggestion is to update this nice plugin to the latest PHP version standards. Thank you!
More info:
https://stackoverflow.com/questions/59158548/array-and-string-offset-access-syntax-with-curly-braces-is-deprecated
https://www.ads-software.com/support/topic/fatal-error-array-and-string-offset-access-syntax-with-curly-braces-is-no-longe/
I have images in my Github Readme and they are not rendered if you insert markdown file by this plugin.
]]>Thanks for this plugin it’s very useful to write in markdown and have them appear in a WordPress post!
I’m having an issue though with getting an updated markdown file to display. Once I’ve made a live edit to a markdown file on GitHub it doesn’t appear right away on my site.
Can you tell me a little more about when exactly a change to the WordPress post occurs so that it is updated? I’ve tried visiting the front end, back end, changing plugin settings but most of the time changes to the GitHub file don’t trigger an update to the WordPress post. Any insights would be very welcome.
David
]]>Love this plugin. It’s excellent!
I only have one wish:
I’d love to be able to restrict it’s avialbaility to posts where I want to use it.
So either have it activated / deactivated on a per post basis or better on a per posttype or post category basis.
Since I want to have “normal” posts but only some posts that receive their content from a external markdown file.
So it would be great to be able to have Mytory Markdown only available on demand.
The meta box should only be visible when it’s needed. A filter by category (for posts), template (for pages) or by custom post type would help a lot.
Maybe I could use a third party plugin to accomplish this, but of course directly within the plugin would be nicer.
]]>Post Markdown File Path dialog broken. You have two radial buttons. The text option woks. But, the first option for URL import is broken as there is nowhere to enter the URL. You can see it spits out HTML in the dialog, suggesting an HTML syntax error.
Mode value=”url” checked> URL > Text
When I view source in the browser, you can see that your PHP to set the value is not being processed.
]]><td>
<label>
<input class=”js-mode-button” type=”radio” name=”mytory_md_mode”
<?= $md_mode == ‘url’ ? ‘checked’ : ” ?> value=”url” checked> URL
</label>
<label>
<input class=”js-mode-button” type=”radio” name=”mytory_md_mode” value=”text”
<?= $md_mode == ‘text’ ? ‘checked’ : ” ?>> Text
</label>
</td>
Hi.
I use “WP Markdown Editor” all the time.
I’m really glad if support “WP Markdown Editor”.
Dropbox will disable Public link to basic users after 2017-03-15. I will update this plugin for the problem. Please wait.
]]>I figured this would work with any publicly accessible source but for some reason it doesn’t work with Google Drive. It would be ideal to host documentation in google drive so that our team can easily collaborate but for now it appears Mytory Markdown can not parse files hosted on google drive.
I did verify the link I am supplying provides the raw content of the markdown file. And that it is publicly accessible from an incognito session. Every attempt to “Update Editor Content” brings up an empty pop-up ??
Is this a feature that can be added?
]]>This plugin concept is awesome! Works perfectly we tracking changes and implementing them. The only issue I’m currently experiencing is parsing of code blocks using triple back tics
For example if I have the following in my markdown
`java
/* Some code block */
`
It will appear in the WordPress editor as:
`java /* Some code block */
/* everything else */
`
NOTE: I attempted to use triple back tics in above example but they keep getting parsed out
Is there a trick to make this work right or is there just a bug that needs to be squashed. Thanks so much for this plugin!
]]>Hi Mytory,
Congratulations for **your very useful plug-in**.
Il have a question or a suggestion for improvement.
In my markedown file (.md), I provide the images links. The images are located in my public dropbox or on my git.
When I import the .md file, il would like to import the images too automatically. Because, it’s tedious to import each image the wordpress post.
Thanks a lot for your reply.
I’m on WP 4.4. Trying to use this to sync with Github public repo containing markdown.
I enter the Github URL (https://github.com/weaveworks/guides/blob/master/aws-ecs/README.md) and I get an empty alert window, and no content is imported.
]]>Is this plugin able to grab .TXT or .MD files written with markdown from a directory within wordpress rather than from dropbox?
I would like to be able to upload markdown files via ftp to my wordpress host, and have wp-chron iterate through the directory and turn them into wordpress posts and pages.
If not, are you planning such a feature?
]]>When I insert the link, I get a blank error message. Nothing is imported into the post.
]]>