Skip to content

Commit

Permalink
upping to 0.0.30-beta3 and a fix for tags not showing hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
kinabalu committed Nov 26, 2024
1 parent 2a7dfb3 commit ca22d43
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ const DEFAULT_SETTINGS: VoiceNotesPluginSettings = {
reallyDeleteSynced: false,
todoTag: '',
filenameDateFormat: 'YYYY-MM-DD',
useDefaultFrontmatter: true,
frontmatterTemplate: `duration: {{duration}}
created_at: {{created_at}}
updated_at: {{updated_at}}
{{formattedTags}}`,
{{tags}}`,
noteTemplate: `# {{ title }}
Date: {{ date }}
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "voicenotes-sync",
"name": "Voicenotes Sync",
"version": "0.0.30-beta2",
"version": "0.0.30-beta3",
"minAppVersion": "1.5.12",
"description": "Synchronize your notes from Voicenotes.com",
"author": "Andrew Lombardi",
Expand Down
1 change: 0 additions & 1 deletion types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export interface VoiceNotesPluginSettings {
reallyDeleteSynced: boolean;
todoTag: string;
filenameDateFormat: string;
useDefaultFrontmatter: boolean;
frontmatterTemplate: string;
noteTemplate: string;
filenameTemplate: string;
Expand Down

0 comments on commit ca22d43

Please sign in to comment.