From 63927ca8d1616b59adc43720b434fdc14a808bd3 Mon Sep 17 00:00:00 2001 From: azivner Date: Mon, 26 Feb 2018 20:48:48 -0500 Subject: [PATCH] added description of "exclude_from_export" attribute --- Attributes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Attributes.md b/Attributes.md index f043a7a..47c0c50 100644 --- a/Attributes.md +++ b/Attributes.md @@ -35,4 +35,5 @@ Following attributes are used for advanced configuration: * ```disable_versioning``` - disables auto-versioning. Useful for e.g. large, but unimportant notes - e.g. large JS libraries used for scripting * ```calendar_root``` - marks note which should be used as root for "day notes". Only one should be marked as such. * ```run_on_startup``` - JavaScript notes with this attribute will be executed after Trilium startup -* ```hide_in_autocomplete``` - notes with this attribute won't be visible in autocomplete-based search (jump to, add link). Applies also to all its sub-notes. \ No newline at end of file +* ```hide_in_autocomplete``` - notes with this attribute won't be visible in autocomplete-based search (jump to, add link). Applies also to all its sub-notes. +* ```exclude_from_export``` - notes (with their sub-tree) won't be included in any note export \ No newline at end of file