我自己用的是 OpenLiveWriter ,所以本篇只讲 OLW 的,WindowsLiveWriter 戳 MarkdownInWindowsLiveWriter,OpenLiveWriter 戳 MarkdownInOpenLiveWriter
-
要求 .NET Framework 4.5.1 及之后版本,自行搜索。
-
把 MarkdownInLiveWriter.dll 放到自己的
[OpenLiveWriterPath]Plugins
目录下:
- 重启 OLW ,看看有效么?如图:
- 如果无效,可以尝试修改
OpenLiveWriter.exe.config
,在<runtime>
里加上<loadFromRemoteSources enabled="true"/>
,比如:
<configuration>
<runtime>
<!-- other code -->
<loadFromRemoteSources enabled="true"/>
<!-- other code -->
</runtime>
</configuration>
备注,这个解决方案是怎么发现的呢?通过查看软件日志:
发现报错:
然后搜索,在 SO 上找到了答案,后面有链接,当然还是要感谢前面的 LiarOnce
参考文档:
could-not-load-file-or-assembly-hresult-0x80131515-when-adding-controller-to-m