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.

  • 相关阅读:
    JAVA005-基本数据类型变量的存储
    JAVA003-变量、数据类型
    Python_pandas数据处理_学习
    python_性能FPS
    DB_004_创建表
    DB_003_关系数据库标准语言(SQL)
    DB_002_数据库的创建和管理
    DB_001_概念模型设计
    虚幻蓝图学习笔记 简单VR功能实现
    虚幻蓝图学习笔记 制作第一人称(实现功能:捡枪,换枪,扔枪,仍炸弹等)(一)
  • 原文地址:https://www.cnblogs.com/yangyingchao/p/3396630.html
Copyright © 2011-2022 走看看