Skip to content

picklecillo/inkdrop-plugin-gitlab-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Push notes as Markdown files to a Gitlab repository.

WIP docs here

Setup

  1. Get access token (with api scope enabled) from Gitlab here
  2. Install plugin
  3. update init.js script on Inkdrop (open from Preferences)
inkdrop.config.set('gitlab-sync.gitlabApiToken','')
inkdrop.config.set('gitlab-sync.projectId', '')
inkdrop.config.set('gitlab-sync.basePath', '')
inkdrop.config.set('gitlab-sync.skipNoteRootDir', true)
inkdrop.config.set('gitlab-sync.addMetadata', true)
inkdrop.config.set('gitlab-sync.branch', 'master')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published