/obsidian-xournal-integration-plugin

A plugin to edit and update xournal files in obsidian vault.

Primary LanguageTypeScriptMIT LicenseMIT

Obsidian Xournal Integration Plugin

An obsidian plugin to seemlessly integrate Xournal(++) files into your Obdidian workflow.

Features

  • Creating new Xournal files from the folder context menu / command palette in obsidian
  • Creating templates for Xournal files with placeholders
  • Converting PDFs to Xournal files right in obsidian
  • Searching through all Xournal files in your vault

Demo

Multiple commands for working with Xournal:

image

Create file from template:

xournal.plugin.demo.mp4

You can use ${title} and ${date} in your template to automatically insert those values when creating a file

Install / Build on Local Machine

  • Clone this repo.
  • Make sure your NodeJS is at least v16 (node --version).
  • npm i or yarn to install dependencies.
  • npm run dev to start compilation in watch mode.