kevva / kap-streamable

Kap plugin - Share on Streamable
MIT License
34 stars 4 forks source link

Fix invalid JSON schema #4

Open karaggeorge opened 4 years ago

karaggeorge commented 4 years ago

@kevva ping 😄

This is currently blocking the plugin from being installed

ProjectInfinity commented 4 years ago

@karaggeorge Is there a way to install this without having it be merged into master? It seems abandoned and it would be very nice to have this plugin working.

karaggeorge commented 4 years ago

@ProjectInfinity you could fork it locally, and follow the steps here to install it as a dev plugin: https://github.com/wulkano/Kap/blob/master/docs/plugins.md#development

I'll try contacting one more time, otherwise I might publish a clone from a fork in the meantime

paour commented 3 years ago

I'll try contacting one more time, otherwise I might publish a clone from a fork in the meantime

Could you indeed fork it? This would be a really useful plugin, if it could be installed. Not everyone who uses Kap is a developer…

buuduc commented 3 months ago

After 4 years, I see this problem wasn't fixed. So, May be @kevva isn't available to help us. So I cloned and also published it as a new plugin. npm link

Because this is a new plugin, you can't see it, so check the plugin list on the Kap app; This is how you fix this issue.

  1. access this folder in your terminal /Users/{username}/Library/Application Support/Kap/plugins. The username is the name of your user on your machine. For example, my username is macbook, I ran this command in my terminal cd '/Users/macbook/Library/Application Support/Kap/plugins'
  2. After that, run this command in that folder npm install kap-streamable-v2@latest
  3. create the config file for the new plugin by running this command touch kap-streamable-v2.json
  4. Now you restart the Kap app and open the installed plugin tab. You must add your username and password of your Streamable account to run this plugin image
  5. Now you can see this option after recording a video image
buuduc commented 3 months ago

After 4 years, I see this problem wasn't fixed. So, May be @kevva isn't available to help us. So I cloned and also published it as a new plugin. npm link

Because this is a new plugin, you can't see it, so check the plugin list on the Kap app; This is how you fix this issue.

  1. access this folder in your terminal /Users/{username}/Library/Application Support/Kap/plugins. The username is the name of your user on your machine. For example, my username is macbook, I ran this command in my terminal cd '/Users/macbook/Library/Application Support/Kap/plugins'
  2. After that, run this command in that folder npm install kap-streamable-v2@latest
  3. create the config file for the new plugin by running this command touch kap-streamable-v2.json
  4. Now you restart the Kap app and open the installed plugin tab. You must add your username and password of your Streamable account to run this plugin

image 5. Now you can see this option after recording a video image

Or you just need to install the plugin if you see it here:

image