-
-
Notifications
You must be signed in to change notification settings - Fork 213
Journal
The journal module exposes a total of six commands.
The first three, :Neorg journal today|yesterday|tomorrow
, allow you to access entries
for a given time relative to today. A file will be opened with the respective date as a .norg
file.
The fourth command, :Neorg journal custom
, allows you to specify a custom date as an argument.
The date must be formatted according to the YYYY-mm-dd
format, e.g. 2023-01-01
.
The :Neorg journal template
command creates a template file which will be used as the base whenever
a new journal entry is created.
Last but not least, the :Neorg journal toc open|update
commands open or create/update a Table of Contents
file found in the root of the journal. This file contains links to all other journal entries, alongside
their titles.
-
core.dirman
- This module is be responsible for managing directories full of .norg files. -
core.integrations.treesitter
- A module designed to integrate Treesitter into Neorg.
core.autocommands
core.clipboard
core.clipboard.code-blocks
core.completion
core.concealer
core.defaults
core.dirman
core.dirman.utils
core.esupports.hop
core.esupports.indent
core.esupports.metagen
core.export
core.export.markdown
core.fs
core.highlights
core.integrations.coq_nvim
core.integrations.nvim-cmp
core.integrations.nvim-compe
core.integrations.treesitter
core.itero
core.journal
core.keybinds
core.latex.renderer
core.looking-glass
core.neorgcmd
core.neorgcmd.commands.return
core.pivot
core.presenter
core.promo
core.qol.toc
core.qol.todo_items
core.queries.native
core.scanner
core.storage
core.summary
core.syntax
core.tangle
core.tempus
core.text-objects
core.todo-introspector
core.ui
core.ui.calendar