Linux 软件免费装

Markdown Github

开发者 Nils Nolde
更新时间 2019年11月7日 17:41
PHP版本: 5.6 及以上
WordPress版本: 5.2.1
版权: GPLv2
版权网址: 版权信息

标签

markdown github

下载

1.0.0 1.1.0 1.2.0

详情介绍:

WordPress Plugin to use Github as collaboration and version control platform for Markdown documents. Advantages: It features the following shortcodes:
  1. [md_github token=YourToken url=Github URL]: Pulls raw HTML from the https://api.github.com/repos/ endpoint and styles it with Github markdown CSS
  2. [checkout_github token=YourToken url=Github URL]: Displays a formatted link to the repo with the date of the latest update
  3. [history_github token=YourToken url=Github URL]: Displays a commit history of the last 5 commits.
  4. [md_dashedbox_github token=YourToken url=Github URL]: Displays GitHub markdown file similar to nbconvert. This shortcode is mutually exclusive with md_github and checkout_github.
Github API is queried on every new load of the page, so that changes in the repository will immediately be reflected on your blog. Private authentication tokens help increasing the API limit to 5000 requests per hour (enough even for Digital Ocean blogs) and accessing private repositories. Idea and most of the code is based on Andy Challis' WP plugin to display Jupyter notebooks https://github.com/ghandic/nbconvert. The CSS is taken from https://github.com/sindresorhus/github-markdown-css. Usage All shortcodes take token and url as attribute. token is your private personal access token, which you can generate here. url is the full URL to your document on Github. E.g. [md_github token=1d6ef5ba426648ef7d2273aca2fc80787 url=https://github.com/gis-ops/tutorials/blob/master/qgis/QGIS_PluginBasics.md] [checkout_github token=1d6ef5ba426648ef7d2273aca2fc80787 url=https://github.com/gis-ops/tutorials/blob/master/qgis/QGIS_PluginBasics.md] [history_github token=1d6ef5ba426648ef7d2273aca2fc80787 url=https://github.com/gis-ops/tutorials/blob/master/qgis/QGIS_PluginBasics.md] [md_dashedbox_github token=1d6ef5ba426648ef7d2273aca2fc80787 url=https://github.com/gis-ops/tutorials/blob/master/qgis/QGIS_PluginBasics.md] Demo Check it out on of our blogs: https://gis-ops.com/react-redux-leaflet-turfjs-building-a-density-based-clustering-dbscan-app-with-the-almighty-here-maps-places-api/ https://www.beyond-storage.com/wordpress-plugin-github-markdown Support Add issues at https://github.com/gis-ops/md-github-wordpress/issues.

安装:

  1. Install WP Pusher (https://wppusher.com) via ZIP and activate
  2. Install from Github via WP Pusher from gis-ops/md-github-wordpress
  3. Activate and add shortcode to your posts. Or directly from WordPress plugin repository.
Or install as ZIP from https://github.com/gis-ops/md-github-wordpress/archive/master.zip

更新日志:

c1.2.0 v1.1.0 v1.0.0