How do you add plugins? #122
Labels
No milestone
No project
No assignees
2 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference: distok/cutthecord#122
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've been looking everywhere, but I can't seem to find how to add plugins and themes. The wiki is empty, I even looked into the issues. Both open and closed issues were no help. Can you please help me? Thanks
Plugins aren't a feature of CTC, all features are part of CTC itself and enabled or disabled at build time.
Themes are also part of CTC itself, but you can modify them relatively easily since they're just changing the XML that already exists: https://gitdab.com/distok/cutthecord/src/branch/2021-05-31/patches/customtheme/
thanks a lot :)