• 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.

  • 相关阅读:
    k8s命令总结
    AttributeError: module 'enum' has no attribute 'IntFlag'
    程序员是如何思考的?
    2、Swift协程详解:用async函数替换回调
    7、Swift协程详解:异步函数的调度和GlobalActor
    6、Swift协程详解:属性隔离和Actor
    1、Swift协程详解:协程简介
    3、Swift协程详解:调用协程
    8、Swift协程详解:TaskLocal
    9、Swift协程详解:其他语言异步函数互调用
  • 原文地址:https://www.cnblogs.com/yangyingchao/p/3396630.html
Copyright © 2020-2023  润新知