让群晖“文本编辑器”支持更多文件扩展名
程序员文章站
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
重启浏览器,最好清下缓存后验证
推荐阅读