Mytory Markdown for Dropbox
Link with Dropbox, select markdown file. Then, post content will be updated. It's Cool.
The facts
- Rating
- 5★ from 5
- Active installs
- 10+
- Price
- Free
- Last updated
- 23 Nov 2022
- Added
- Mar 2017
- Tested up to
- WP 6.1.12
- Downloads
- 2,771
Our analysis
AI-assistedMytory Markdown for Dropbox is a WordPress plugin that connects your site with Dropbox, allowing you to link posts to markdown files stored in your Dropbox account. You can edit these markdown files on your computer, and upon clicking an update button, the corresponding post on your WordPress site will be updated accordingly.
This plugin is suitable for users who want to manage their content in markdown format and prefer using Dropbox for file storage. It supports compatibility with other plugins and retains the default functionality of WordPress without interference.
Best for: This plugin is best for users who prefer markdown for content management and use Dropbox for file storage.
What it does well
- ✓Connects WordPress posts with markdown files on Dropbox
- ✓Allows editing of markdown files locally
- ✓Compatible with other WordPress plugins
- ✓Maintains content in WordPress even if Dropbox files are lost
- ✓Can use a custom Dropbox app
Where it falls short
- •Limited information on additional features
- •Requires configuration for custom Dropbox app usage
Verdict
Mytory Markdown for Dropbox provides a straightforward solution for integrating Dropbox with WordPress for markdown editing. Its functionality may appeal to those familiar with markdown and Dropbox.
From the developer
An, Hyeong-woo's own description of Mytory Markdown for Dropbox, lightly tidied.
한글 자막 있습니다.
- The plugin connect with Dropbox and link post with a markdown file on Dropbox.
- Edit the file on your computer and click update button. Then post will be updated.
- The plugin is compatible with other plugins like shortcode.
- Other default functions of WordPress will work. This plugin do not disturb default work of WordPress.
- Although your Dropbox file is losed by mistake, the content in WordPress is not losed.
- Revoke Dropbox connection whenever you want. It will cause no problem.
You can use your own Dropbox App instead of my app
Define MYTORY_MARKDOWN_APP_KEY, MYTORY_MARKDOWN_APP_SECRET in wp-config.php. Then, your Dropbox App will control plugin.
Create your Dropbox App on this page.
You can use Multimarkdown 6
You can use the Muitimarkdown if you install it on your server. ((Website)[https://fletcher.github.io/MultiMarkdown-6/])
-
Multimarkdown option will be enabled if a multimarkdown execution is on OS PATH and web server can run it.
-
Otherwise, you can define
MYTORY_MARKDOWN_MULTIMARKDOWN_EXECUTIONconstant onwp-config.php.
ex)define('MYTORY_MARKDOWN_MULTIMARKDOWN_EXECUTION', '/opt/multimarkdown/bin/multimarkdown');