[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote c6bc62d6c9 11/11: Document the optional use of O
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote c6bc62d6c9 11/11: Document the optional use of Obsidian-style front matter |
Date: |
Mon, 16 Dec 2024 03:58:30 -0500 (EST) |
branch: externals/denote
commit c6bc62d6c9f56d060db534e636ffccc99dc73256
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Document the optional use of Obsidian-style front matter
---
README.org | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 4aa0893a2d..4004f9ddad 100644
--- a/README.org
+++ b/README.org
@@ -3250,6 +3250,26 @@ To visit backlinks to the current note via the
minibuffer, use
~denote-find-backlink~. This is an alternative to placing backlinks
in a dedicated buffer ([[#h:c73f1f68-e214-49d5-b369-e694f6a5d708][The
backlinks' buffer]]).
+** Use the =markdown-obsidian= file type
+:PROPERTIES:
+:CUSTOM_ID: h:f0d0bb34-3ecf-4842-9941-3829e0f51143
+:END:
+
+[ This is part of {{{development-version}}}. ]
+
+The optional =denote-md-extras.el= file which is part of the Denote
+package includes features that are relevant for users of Markdown
+files. Among them is the ability to write files using the
+Obsidian-style front matter
([[#h:e01d6621-34e9-487d-8721-c4e42a6a286a][Convert =:denote= links to paths in
Markdown or Obsidian style]]).
+This is a plain representation of the file's title as a top-level
+heading, without any further data.
+
+Include this in the Denote configuration:
+
+#+begin_src emacs-lisp
+(require 'denote-md-extras)
+#+end_src
+
** Convert =denote:= links to =file:= links in Org
:PROPERTIES:
:CUSTOM_ID: h:ed220cac-7dcb-4bb7-9243-1bb85e452e5f
@@ -3320,7 +3340,8 @@ All we can do is provide commands which convert links
from the
+ Convert =denote:= links to Obsidian type :: The command
~denote-md-extras-convert-links-to-obsidian-type~ changes links from
=[Test description](denote:20241026T051243)= becomes
-
=[20241026T051243--test-description__keyword1](20241026T051243--test-description__keyword1.md)=.
+
=[20241026T051243--test-description__keyword1](20241026T051243--test-description__keyword1.md)=
+ ([[#h:f0d0bb34-3ecf-4842-9941-3829e0f51143][Use the =markdown-obsidian= file
type]]).
#+findex: denote-md-extras-convert-obsidian-links-to-denote-type
+ Convert Obsidian style links to =denote:= type :: The command
- [elpa] externals/denote updated (2ab74c1d47 -> c6bc62d6c9), ELPA Syncer, 2024/12/16
- [elpa] externals/denote edda750506 04/11: Handle nil date in front matter date functions, ELPA Syncer, 2024/12/16
- [elpa] externals/denote 119624e038 03/11: Small refactor of denote-directory-files, ELPA Syncer, 2024/12/16
- [elpa] externals/denote f11966e642 07/11: Add check in denote--get-all-used-ids, ELPA Syncer, 2024/12/16
- [elpa] externals/denote 5541eebbb9 06/11: Use denote-file-has-supported-extension-p instead of denote-filename-is-note-p, ELPA Syncer, 2024/12/16
- [elpa] externals/denote c6bc62d6c9 11/11: Document the optional use of Obsidian-style front matter,
ELPA Syncer <=
- [elpa] externals/denote f6fe1e27e6 08/11: Merge pull request #497 from jeanphilippegg/some-changes, ELPA Syncer, 2024/12/16
- [elpa] externals/denote 3ca5797934 05/11: Add denote-file-is-in-denote-directory-p, ELPA Syncer, 2024/12/16
- [elpa] externals/denote ee8b53b5c9 02/11: Use denote-file-has-denoted-filename-p in fontification, ELPA Syncer, 2024/12/16
- [elpa] externals/denote af8279fba4 10/11: Merge branch 'obsidian-file-type', ELPA Syncer, 2024/12/16
- [elpa] externals/denote 05edc7dc5e 01/11: Make it possible to rewrite the front matter even if file name is unchanged, ELPA Syncer, 2024/12/16
- [elpa] externals/denote 2f1a221f5d 09/11: Define the markdown-obsidian front matter in denote-md-extras.el, ELPA Syncer, 2024/12/16