Skip to content

grateful-dev/logseq-show-github-data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logseq-show-github-star

A simple logseq plugin that will display the star number for GitHub repo links.

Demo1: demo1

This plugin will call the GitHub API. If the Access Token is not set, the number of calls per hour will be limited, so it is recommended to set the GitHub Personal Access Token.

Create a Personal Access Token:

  • Log in to your GitHub account.
  • Click on your profile picture in the top right corner > Settings.
  • On the left sidebar, click on "Developer settings".
  • On the left sidebar, click on "Personal access tokens (classic)".
  • Click "Generate new token".
  • Choose appropriate permissions for the token. Because we are just making an API request, there is no need to select any permissions, just click the generate button
  • Click "Generate token".
  • Copy your new token and make sure to save it, as you won't be able to see it again.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.9%
  • HTML 7.1%