Giter VIP home page Giter VIP logo

Comments (5)

obgnail avatar obgnail commented on July 28, 2024

@ccasg

你好,感谢反馈。

麻烦说明一下修改的插件,给一下修改的配置文件,我看看本地能不能复现

from typora_plugin.

ccasg avatar ccasg commented on July 28, 2024

修改的配置文件是custom_plugin.user.toml
修改内容为

[toc]
enable = true
hotkey = "ctrl+shift+p"
default_show_toc = true

有可能是快捷键冲突的问题,昨天把命令行的快捷键ctrl+g改成其他功能成功了

from typora_plugin.

obgnail avatar obgnail commented on July 28, 2024

ctrl+shift+p 被【search_multi】插件占用了,建议使用 ctrl+alt 系列快捷键。

from typora_plugin.

obgnail avatar obgnail commented on July 28, 2024

此 issue 关闭,如有问题,麻烦在下面留言或者另开 issue。

from typora_plugin.

obgnail avatar obgnail commented on July 28, 2024

修改的配置文件是 custom_plugin.user.toml 修改内容为

[toc]
enable = true
hotkey = "ctrl+shift+p"
default_show_toc = true

有可能是快捷键冲突的问题,昨天把命令行的快捷键 ctrl+g 改成其他功能成功了

刚刚仔细看了一下,你的配置文件少了个 [toc.config]

正确的方式:

[toc]
enable = true
[toc.config]
hotkey = "ctrl+shift+p"
default_show_toc = true

由于历史原因,settings.user.toml 的个性化配置不需要加 [XXX.config](enable不是个性化配置,因此放在外面),而 custom_plugin.user.toml 需要。

from typora_plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.