renerocksai / sublime_zk

A SublimeText3 package featuring ID based wiki style links, and #tags, intended for zettelkasten method users. Loaded with tons of features like inline image display, sophisticated tag search, note transclusion features, support for note templates, bibliography support, support for multiple panes, etc. to make working in your Zettelkasten a joy :smile:.
Other
504 stars 58 forks source link

PackageControl #69

Open wangeleile opened 6 years ago

wangeleile commented 6 years ago

Hi,

I use sublime_zk since 6 weeks on XUbuntu and have problems to update it via github. I think it has something todo with tls and an old version which is not supported anymore. However, I have no probs to install via package control. So,...

Is it possible to register sublime_zk on PackageControl?

renerocksai commented 6 years ago

Hi,

Unfortunately I cannot put sublime_zk on package control myself.

see #50 : I have a Pull request for package control since roughly a month now https://github.com/wbond/package_control_channel/pull/6991

The current README also mentions this.

Also see the remedy in #50 . It is only specified for os x (edit: now it is for linux, too) but in your case, try this:

Use the menu to open the PackageControl settings:

Add the following lines (e.g. after "bootstrapped": true,"):

    "downloader_precedence":
    {
        "linux":
        [
            "curl",
            "urllib",
            "wget"
        ],
    },

... which puts curl in there first.