Skip to content

Commit

Permalink
fix: make type marker a comment (#286)
Browse files Browse the repository at this point in the history
This ensures that when in non edit mode, the type marker is not visible.

#91
  • Loading branch information
OGKevin authored Jan 14, 2024
1 parent ae2379f commit 4b25c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/Highlight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b25c5e

Please sign in to comment.