zoukankan      html  css  js  c++  java
  • Introduction to MWB Minor Mode

    Introduction to MWB Minor Mode

    Table of Contents

    1 Introduction

    MWB stands for "MetaWeblog", it is an submode for org mode and can be used to publish org files to meta web blog.

    It is based on CnBlog, and was modified to port to other meta web blogs.

    2 Usage

    Download this package from github and put into PATH , then add following codes to your init file.

    (add-to-list 'load-path PATH)
    (autoload 'mwb-minor-mode "mwb" "mwb minor mode" t)
    (autoload 'mwb-new-post "mwb" "new post" t)
    

    If you want to turn on mwb-minor-mode automatically for some mode (org-mode, for example), you can add following line:

    (add-to-list 'org-mode-hook 'mwb-minor-mode)
    

    Then, open an org file, and stroke: M-x: mwb-setup-blog, and follow the instructions.

    When finished setting up, edit an org file, and stroke: M-x: mwb-new-post, and then waits for the post to be done.

    That's all.

  • 相关阅读:
    第二章:(2)Dubbo 常用配置之 启动时检查
    第二章:(1)Dubbo 配置
    2019版:第三章:(6)Redis 五大数据类型 之 ZSet
    2019版:第三章:(1)Redis 五大数据类型与 key
    2019版:第三章:(2)Redis 五大数据类型 之 String
    2019版:第四章:Redis 的配置文件
    2019版:第三章:(5)Redis 五大数据类型 之 Hash
    adm部署的k8s 修改端口范围(默认为3000032767)
    Android开发日记1
    Activity 利用Intent 转换到另一个Activity
  • 原文地址:https://www.cnblogs.com/yangyingchao/p/3396630.html
Copyright © 2011-2022 走看看