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

  • 相关阅读:
    网友心得 说说.NET中的反射(转帖)
    javascript的函数(转)
    asp.net基于窗体的身份验证
    创建ASP.NET WEB自定义控件(转)
    .net调用Oracle存储过程
    写字间里程序员
    世界四大杀毒软件调侃
    技巧/诀窍:在ASP.NET中重写URL(转)
    VS2008中JavaScript编辑调试器的秘密
    如何用C#语言构造蜘蛛程序
  • 原文地址:https://www.cnblogs.com/yangyingchao/p/3396630.html
Copyright © 2020-2023  润新知