testxlog

testxlog

怎样让Obsidian插件只在电脑上启用,在手机上不启用?

  • 方法一
    • 类似 various complements 的插件
    • 在设置中有禁止在移动端使用的选项,打开即可
  • 方法二
    • 直接修改每个插件的 manifest.json 文件
    • 每个插件对应一个文件夹
    • 位置在库中隐藏文件夹.obsidian/plugins 下
  • 举例
    • 希望 dataview 插件只在电脑上启用,手机上不启用
    • 进入.obsidian/plugins/dataview 文件夹
    • 用记事本打开 mainfest.json 文件
    • 将 "isDesktopOnly": false 修改为 "isDesktopOnly": true 即可,注意英文冒号后有空格
    • 其它所需插件照做即可

photo by Kina(https://unsplash.com/@kina020?utm_source=templater_proxy&utm_medium=referral&fit=crop&mask=corners) on Unsplash

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.