新建文章自动打开编辑器新建文章自动打开typora在博客文件根目录新建scripts目录,在目录下新建auto_open.js,添加以下代码:
var spawn = require('child_process').spawn;
hex
2024-02-14