Code Monkey home page Code Monkey logo

Comments (7)

jeffrey4l avatar jeffrey4l commented on September 17, 2024 1

the PKGBUILD is fixed, please check . thanks a lot.

from typora_plugin.

jeffrey4l avatar jeffrey4l commented on September 17, 2024 1

@XDwanj updated, please check

from typora_plugin.

XDwanj avatar XDwanj commented on September 17, 2024 1

@jeffrey4l Thank you for the correction; the backup functionality is now operating flawlessly.

from typora_plugin.

obgnail avatar obgnail commented on September 17, 2024

@XDwanj

你好,感谢反馈。

包主不是我,是 @jeffrey4l 大佬。我没有编辑的权限。(大佬看到这条消息的话麻烦有空的时候处理一下)

绕过方案:将 *.user.toml 迁移到家目录下

你可以在家目录下创建 .config/typora_plugin/ ,并在里面存放配置文件,而且这里的配置文件 优先级最高

dir /b C:\Users\用户名\.config\typora_plugin

custom_plugin.user.toml
hotkey.user.toml
settings.user.toml

此方法适用于 Linux、Windows 平台。

from typora_plugin.

XDwanj avatar XDwanj commented on September 17, 2024

@jeffrey4l

Thank you for your response. I have updated the package, and it functions splendidly!

from typora_plugin.

XDwanj avatar XDwanj commented on September 17, 2024

@jeffrey4l

I have meticulously re-evaluated the package and I apologize for my prior hasty conclusion.

The backups entry in the PKGBUILD file should be backup, and its path should not commence with a /.

Below is the revised reference:

1,4d0
< 
< 
< # typora-plugin
< 
24,28c20,24
< backups=(
<     '/usr/share/typora/resources/plugin/global/settings/custom_plugin.user.toml'
<     '/usr/share/typora/resources/plugin/global/settings/hotkey.user.toml'
<     '/usr/share/typora/resources/plugin/global/settings/settings.user.toml'
<     )
---
> backup=(
>     'usr/share/typora/resources/plugin/global/settings/custom_plugin.user.toml'
>     'usr/share/typora/resources/plugin/global/settings/hotkey.user.toml'
>     'usr/share/typora/resources/plugin/global/settings/settings.user.toml'
> )

from typora_plugin.

obgnail avatar obgnail commented on September 17, 2024

close issue as completed.

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.