Page 1 of 1
How to install plugins offline?
Posted: 02.03.2024 13:42
by okuc
Since my environment is not very good, online installation of plug-ins always times out, so I want to install them offline. The problem is, I can't find a tutorial for direct installation.
I unzipped the plug-in zip package downloaded from github and copied it to the py folder, but it doesn't seem to work?
Re: How to install plugins offline?
Posted: 02.03.2024 15:30
by main Alexey
I am adding new small topic to the Wiki. here it is:
==How to install add-ons offline==
1. Download all add-ons in one zip file from this SourceForge page:
https://sourceforge.net/projects/cudate ... ddons_all/ . Unpack this zip file to some folder.
2. You will find there individual add-ons, like "plugin.xxxx.zip", "lexer.yyyy.zip", "linter.zzzz.zip" etc.
3. To install individual add-on, just open its zip file in CudaText "File / Open file" dialog. CudaText will handle zip archive and suggest to install add-on from it.
Re: How to install plugins offline?
Posted: 03.03.2024 03:22
by okuc
Thank you!