From 0dc8bace12109f7f5bd26e6b294cdac17ed1dd06 Mon Sep 17 00:00:00 2001 From: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com> Date: Sun, 14 Jan 2024 05:10:31 +0000 Subject: [PATCH] fix: make type marker a comment This ensures that when in non edit mode, the type marker is not visible. https://github.com/OGKevin/obsidian-kobo-highlights-import/issues/91 --- src/database/Highlight.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/database/Highlight.ts b/src/database/Highlight.ts index 7343814..9730c8a 100644 --- a/src/database/Highlight.ts +++ b/src/database/Highlight.ts @@ -12,7 +12,7 @@ type bookmark = { highlightContent: string } -export const typeWhateverYouWantPlaceholder = `--> Here you can type whatever you want, it will not be overwritten by the plugin. <--` +export const typeWhateverYouWantPlaceholder = `%% Here you can type whatever you want, it will not be overwritten by the plugin. %%` export class HighlightService { repo: Repository