picklecillo / inkdrop-plugin-gitlab-sync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%