用工具寫博客

重點內容:

open live writer http://openlivewriter.orghtml

語法高亮插件 http://www.cnblogs.com/memento/p/5995173.htmlide

爲什麼要推薦這套工具:

說一下這個工具的好處,第一個是截圖插圖很方便,可是要設置一下保存的方式,若是用網頁端就很麻煩。工具

語法高亮有一點用,可是貼大片的代碼其實並非個好的習慣。網站

1imageimageimageimage

以上這些,我只要截圖,一粘貼,其餘事情工具幫你完成,若是在網頁寫博客,上傳管理圖片就是個很是麻煩的事情。ui

還有,萬一網站出現鏈接問題,用工具在本地也保存了資料,不會發生意外。這就是我推薦open live writer 的緣由。固然這個工具也有個不足的地方,就是尚未中文版。spa

插件演示:

  1 using System;
  2 using System.Collections.Generic;
  3 using System.IO;
  4 using System.Linq;
  5 using System.Threading.Tasks;
  6 using Microsoft.AspNetCore.Hosting;
  7 
  8 namespace WebApplication1
  9 {
 10     public class Program
 11     {
 12         public static void Main(string[] args)
 13         {
 14             var host = new WebHostBuilder()
 15                 .UseKestrel()
 16                 .UseContentRoot(Directory.GetCurrentDirectory())
 17                 .UseIISIntegration()
 18                 .UseStartup<Startup>()
 19                 .Build();
 20 
 21             host.Run();
 22         }
 23     }
 24 }
 25 
View Code

插件安裝的問題:

這個插件下載解壓後,只要拷貝到運行文件主目錄下面,新建一個plugins文件夾,放進去就能夠了。插件

image

相關文章
相關標籤/搜索