From de13e95166bcebf2b6d2535166d8bdc16003da88 Mon Sep 17 00:00:00 2001 From: Abdullah Malek <19255312+absorpheus@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:31:43 +0100 Subject: [PATCH] revert to previous colored highlights template in README --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d152c92..5cf9acf 100644 --- a/README.md +++ b/README.md @@ -125,13 +125,12 @@ Number of annotations:: {{annotations.length}} - 📖 Chapter:: {{#if chapter}}{{{chapter}}}{{else}}N/A{{/if}} - 🔖 Context:: {{#if contextualText}}{{{contextualText}}}{{else}}N/A{{/if}} -{{#if (eq highlightStyle "0")}}- 🎯 Highlight:: {{{highlight}}} -{{else if (eq highlightStyle "1")}}- 🎯 Highlight:: {{{highlight}}} -{{else if (eq highlightStyle "2")}}- 🎯 Highlight:: {{{highlight}}} -{{else if (eq highlightStyle "3")}}- 🎯 Highlight:: {{{highlight}}} -{{else if (eq highlightStyle "4")}}- 🎯 Highlight:: {{{highlight}}} -{{else if (eq highlightStyle "5")}}- 🎯 Highlight:: {{{highlight}}} -{{/if}} +{{#if (eq highlightStyle "0")}}- 🎯 Highlight:: {{{highlight}}}{{/if}} +{{#if (eq highlightStyle "1")}}- 🎯 Highlight:: {{{highlight}}}{{/if}} +{{#if (eq highlightStyle "2")}}- 🎯 Highlight:: {{{highlight}}}{{/if}} +{{#if (eq highlightStyle "3")}}- 🎯 Highlight:: {{{highlight}}}{{/if}} +{{#if (eq highlightStyle "4")}}- 🎯 Highlight:: {{{highlight}}}{{/if}} +{{#if (eq highlightStyle "5")}}- 🎯 Highlight:: {{{highlight}}}{{/if}} - 📝 Note:: {{#if note}}{{{note}}}{{else}}N/A{{/if}} - 📅 Highlight taken on:: {{dateFormat highlightCreationDate "YYYY-MM-DD hh:mm:ss A Z"}} - 📅 Highlight modified on:: {{dateFormat highlightModificationDate "YYYY-MM-DD hh:mm:ss A Z"}}