Open Live Writer使用

习惯了使用Word编写博客,但是因为上传图片很麻烦,所以改为Open Live Writer。

  • 下载安装

  • 注意账号不要错误,不然会出现提示需要输入日志API,最后怎么也不对。

    2.  下载插件

    下载插件后存放在C:\Users\yandaniu\AppData\Local\OpenLiveWriter\app-0.6.2\Plugins目录下。

    image


    注意的是要在自己的用户名下。没有Plugins目录可以新建一个。

    3. 打开Open Live Writer


    image


    4. 测试

    Open-mouthed smileTurtle

    参考:

    https://www.cnblogs.com/Nebuale/p/10365013.html

    https://www.cnblogs.com/springsnow/p/13297643.html

    https://group.cnblogs.com/topic/8550.html

    public void ConfigureServices(IServiceCollection services)
            {
                services.AddSingleton(new Appsettings(Configuration));
    
                services.AddAuthentication_JWTSetup();
    
                services.AddAuthentication()
                   .AddScheme<AuthenticationSchemeOptions, CustomAuthenticationHandler>(Permissions.GWName, _ => { });
    
    
                services.AddNacosV2Config(Configuration, null, "nacosConfig");
                services.AddNacosV2Naming(Configuration, null, "nacos");
                services.AddHostedService<ApiGateway.Helper.OcelotConfigurationTask>();
    
    
                services.AddCustomSwaggerSetup();
    
                services.AddControllers();
    
                services.AddHttpContextSetup();
    
                services.AddCorsSetup();
    
                services.AddCustomOcelotSetup();
            }

    大大


    阿达萨达阿萨德

    posted @   春光牛牛  阅读(103)  评论(0编辑  收藏  举报
    相关博文:
    阅读排行:
    · 全程不用写代码,我用AI程序员写了一个飞机大战
    · DeepSeek 开源周回顾「GitHub 热点速览」
    · 记一次.NET内存居高不下排查解决与启示
    · 物流快递公司核心技术能力-地址解析分单基础技术分享
    · .NET 10首个预览版发布:重大改进与新特性概览!
    点击右上角即可分享
    微信分享提示