欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

让群晖“文本编辑器”支持更多文件扩展名

程序员文章站 2022-06-17 18:24:13
...

让群晖“文本编辑器”支持更多文件扩展名

让其支持cnf、conf以及md文件用markdown方式打开

#ssh连接后台
cd /volume1/@appstore/TextEditor/ui
#备份js
cp TextEditor.js TextEditor.js_`date +%Y%m%d`

主要修改了md,cnf,conf,

sed -i 's/,md:"plain_text"/,md:"markdown"/' TextEditor.js
sed -i 's/conf:"plain_text"/conf:"ini",cnf:"ini"/' TextEditor.js

重启浏览器,最好清下缓存后验证