From 82d8336e931fc47706144af0c465ce0aa4f09571 Mon Sep 17 00:00:00 2001 From: JackGruber <24863925+JackGruber@users.noreply.github.com> Date: Wed, 15 May 2024 19:25:18 +0200 Subject: [PATCH] Fix TOC --- README.md | 124 +++++++++++++++++++----------------------------------- 1 file changed, 43 insertions(+), 81 deletions(-) diff --git a/README.md b/README.md index 8782c24..f9a3388 100644 --- a/README.md +++ b/README.md @@ -8,101 +8,63 @@ A note overview is created based on the defined search and the specified fields. - - - - + - [Installation](#installation) - - [Automatic](#automatic) - - [Manual](#manual) + - [Automatic](#automatic) + - [Manual](#manual) + - [Manual via file system](#manual-via-file-system) + - [Manual via file via GUI](#manual-via-file-via-gui) - [Usage](#usage) - - [Limitations](#limitations) + - [Limitations](#limitations) - [Codeblock options](#codeblock-options) - - [search](#search) - - [search variable date](#search-variable-date) - - [fields](#fields) - - [sort](#sort) - - [limit](#limit) - - [alias](#alias) - - [datetime](#datetime) - - [image](#image) - - [excerpt](#excerpt) - - [details](#details) - - [count](#count) - - [listview](#listview) - - [link](#link) - - [status](#status) -- [Examples](#examples) - - [ToDo Overview](#todo-overview) - - [Show all ToDos with status](#show-all-todos-with-status) - - [Open ToDos for the next 7 days and overdue ToDos](#open-todos-for-the-next-7-days-and-overdue-todos) - - [Exclude ToDos with no due date](#exclude-todos-with-no-due-date) - - [Show all ToDos with no due date](#show-all-todos-with-no-due-date) - - [Rename fields](#rename-fields) - - [Notes without a tag](#notes-without-a-tag) - - [Notes created last 7 days](#notes-created-last-7-days) - - [Cooking recipes overview](#cooking-recipes-overview) - - [Details option](#details-option) - - [Change count for single overview](#change-count-for-single-overview) - - [Change to listview no linbreak](#change-to-listview-no-linbreak) - - [Combine notes dynamically](#combine-notes-dynamically) - - [Show all uncompleted checkboxes ToDos](#show-all-uncompleted-checkboxes-todos) - - [Disable automatic note overview update for one note overview](#disable-automatic-note-overview-update-for-one-note-overview) - - [Show the last 5 edited notes](#show-the-last-5-edited-notes) -- [Plugin options](#plugin-options) -- [Keyboard Shortcuts](#keyboard-shortcuts) -- [FAQ](#faq) - - [The note overview is not updated](#the-note-overview-is-not-updated) - - [Error: Nested mappings are not allowed in compact mappings](#error-nested-mappings-are-not-allowed-in-compact-mappings) - - [Error: Implicit map keys need to be followed by map values](#error-implicit-map-keys-need-to-be-followed-by-map-values) - - [Error: All collection items must start at the same column](#error-all-collection-items-must-start-at-the-same-column) - - [Error: e.slice is not a function](#error-eslice-is-not-a-function) -- [Develop](#develop) - - [Build](#build) - - [Updating the plugin framework](#updating-the-plugin-framework) -- [Changelog](#changelog) -- [Links](#links) - - - - [listview](#listview) - - [link](#link) - - [status](#status) + - [search](#search) + - [search variable date](#search-variable-date) + - [fields](#fields) + - [sort](#sort) + - [limit](#limit) + - [alias](#alias) + - [datetime](#datetime) + - [image](#image) + - [excerpt](#excerpt) + - [details](#details) + - [count](#count) + - [listview](#listview) + - [link](#link) + - [status](#status) - [Examples](#examples) - - [ToDo Overview](#todo-overview) - - [Show all ToDos with status](#show-all-todos-with-status) - - [Open ToDos for the next 7 days and overdue ToDos](#open-todos-for-the-next-7-days-and-overdue-todos) - - [Exclude ToDos with no due date](#exclude-todos-with-no-due-date) - - [Show all ToDos with no due date](#show-all-todos-with-no-due-date) - - [Rename fields](#rename-fields) - - [Notes without a tag](#notes-without-a-tag) - - [Notes created last 7 days](#notes-created-last-7-days) - - [Cooking recipes overview](#cooking-recipes-overview) - - [Details option](#details-option) - - [Change count for single overview](#change-count-for-single-overview) - - [Change to listview no linbreak](#change-to-listview-no-linbreak) - - [Combine notes dynamically](#combine-notes-dynamically) - - [Show all uncompleted checkboxes ToDos](#show-all-uncompleted-checkboxes-todos) - - [Disable automatic note overview update for one note overview](#disable-automatic-note-overview-update-for-one-note-overview) - - [Show the last 5 edited notes](#show-the-last-5-edited-notes) + - [ToDo Overview](#todo-overview) + - [Show all ToDos with status](#show-all-todos-with-status) + - [Open ToDos for the next 7 days and overdue ToDos](#open-todos-for-the-next-7-days-and-overdue-todos) + - [Exclude ToDos with no due date](#exclude-todos-with-no-due-date) + - [Show all ToDos with no due date](#show-all-todos-with-no-due-date) + - [Rename fields](#rename-fields) + - [Notes without a tag](#notes-without-a-tag) + - [Notes created last 7 days](#notes-created-last-7-days) + - [Cooking recipes overview](#cooking-recipes-overview) + - [Details option](#details-option) + - [Change count for single overview](#change-count-for-single-overview) + - [Change to listview no linbreak](#change-to-listview-no-linbreak) + - [Combine notes dynamically](#combine-notes-dynamically) + - [Show all uncompleted checkboxes ToDos](#show-all-uncompleted-checkboxes-todos) + - [Disable automatic note overview update for one note overview](#disable-automatic-note-overview-update-for-one-note-overview) + - [Show the last 5 edited notes](#show-the-last-5-edited-notes) - [Plugin options](#plugin-options) - [Keyboard Shortcuts](#keyboard-shortcuts) - [FAQ](#faq) - - [The note overview is not updated](#the-note-overview-is-not-updated) - - [Error: Nested mappings are not allowed in compact mappings](#error-nested-mappings-are-not-allowed-in-compact-mappings) - - [Error: Implicit map keys need to be followed by map values](#error-implicit-map-keys-need-to-be-followed-by-map-values) - - [Error: All collection items must start at the same column](#error-all-collection-items-must-start-at-the-same-column) - - [Error: e.slice is not a function](#error-eslice-is-not-a-function) + - [The note overview is not updated](#the-note-overview-is-not-updated) + - [Error: Nested mappings are not allowed in compact mappings](#error-nested-mappings-are-not-allowed-in-compact-mappings) + - [Error: Implicit map keys need to be followed by map values](#error-implicit-map-keys-need-to-be-followed-by-map-values) + - [Error: All collection items must start at the same column](#error-all-collection-items-must-start-at-the-same-column) + - [Error: e.slice is not a function](#error-eslice-is-not-a-function) - [Develop](#develop) - - [Build](#build) - - [Updating the plugin framework](#updating-the-plugin-framework) + - [Build](#build) + - [Updating the plugin framework](#updating-the-plugin-framework) - [Changelog](#changelog) - [Links](#links) - - ## Installation ### Automatic