Posted Fri 28 January 2022

Inkdrop plugin

This note was commited to Gitlab, using a plugin for Inkdrop!

Features

Done

WIP

Backlog

Issues

Config

basePath will be added to the file's path on the repo. eg. with basePath=content, all files will be commited under /content on the repo.

skipNoteRootDir will skip the note's root Book. eg. A note stored on the path FirstBook>Sub Notebook>My Note, will be pushed to {basePath}/sub_notebook/my_note.md

addMetadata will add metadata (Markdown syntax) to the head of the note.

Title: Note title
Date: 2010-12-03
Modified: 2010-12-05
Category: posts
Tags: inkdrop, note

The contents of the note on Inkdrop

Note: Using basePath, skipNoteRootDir and addMetadata together, allows me to push Inkdrop notes as Markdown files to the /content folder on this site's repo. As it's built using Pelican (Static Site Generator, Powered by Python), with Gitlab's CI/CD, pushing triggers the regeneration and deploy of the site.


Tags: inkdrop

Comments