Skip to content
github-actions[bot] edited this page Mar 29, 2025 · 31 revisions

core.tempus

Hassle-Free Dates

Overview

core.tempus is an internal module specifically designed to handle complex dates. It exposes two functions: parse_date(string) -> date|string and to_lua_date(date) -> osdate.

Keybinds

This module exposes the following keybinds (see core.keybinds for instructions on mapping them):

  • neorg.tempus.insert-date - Insert date at cursor position (called from normal mode)
  • neorg.tempus.insert-date.insert-mode - Insert date at cursor position (called from insert mode)

Configuration

This module provides no configuration options!

Clone this wiki locally