內容簡介
觀看介紹影片。
有韓文字幕。
此外掛與 Dropbox 連接,並將文章與 Dropbox 上的 markdown 檔案進行連結。
在您的電腦上編輯該檔案,然後按下更新按鈕,就可以更新文章。
此外掛與其他像 shortcode 之類的外掛相容。
WordPress 的其他預設功能仍然可使用,此外掛不會影響 WordPress 的預設功能。
即使您誤刪了 Dropbox 上的檔案,WordPress 上的內容也不會遺失。
您可以隨時取消 Dropbox 的連接,不會有任何問題。
您可以使用自己的 Dropbox App
在 wp-config.php 中定義 MYTORY_MARKDOWN_APP_KEY 及 MYTORY_MARKDOWN_APP_SECRET,您的 Dropbox App 就可以控制此外掛。
在此頁面建立您的 Dropbox App。
您可以使用 Multimarkdown 6
如需使用 Multimarkdown,需先在伺服器上安裝它。((官網)[https://fletcher.github.io/MultiMarkdown-6/])
如果在作業系統 PATH 上可執行 Multimarkdown,且網頁伺服器可執行,Multimarkdown 選項將會啟用。
否則,可在 wp-config.php 中定義 MYTORY_MARKDOWN_MULTIMARKDOWN_EXECUTION 常數。
例如) define('MYTORY_MARKDOWN_MULTIMARKDOWN_EXECUTION', '/opt/multimarkdown/bin/multimarkdown');
外掛標籤
開發者團隊
原文外掛簡介
See intro video.
한글 자막 있습니다.
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_EXECUTION constant on wp-config.php.
ex) define('MYTORY_MARKDOWN_MULTIMARKDOWN_EXECUTION', '/opt/multimarkdown/bin/multimarkdown');
