Skip to content

Plugin for Obsidian to add the current Julian Date for astronomical observations

Notifications You must be signed in to change notification settings

THeK3nger/obsidian-juliandate

Repository files navigation

Obsidian Julian Date Plugin

This is a simple plugin that add an hotkey for inserting a Julian Date. The Julian Date is the continuous count of days since the beginning of the Julian Period and is used primarily by astronomers for annotating astronomical events.

The default hotkey is Ctrl+Shift+J.

How to compile the plugin

First, install the dependencies with

npm i

Then, you can compile the plugin with:

npm run build

This will create a main.js file in the project root. That is the entry point of the Julian Date plugin.