Skip to content

Commit

Permalink
Custom frontmatter handling solution
Browse files Browse the repository at this point in the history
Introducing custom frontmatter handling solution for smoother experience. It instantly updates the "modified" timestamp value with each keystroke, and doesn't force any YAML convention on the rest of your frontmatter. The only downside is that it might be having trouble with nested keys.
  • Loading branch information
plasmabit committed Sep 1, 2023
1 parent ba8c43d commit 796ba22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default class TimeThings extends Plugin {
async onload() {
await this.loadSettings();

this.isDB = true; // for debugging purposes
this.isDB = false; // for debugging purposes

if (this.settings.enableClock)
{
Expand Down

0 comments on commit 796ba22

Please sign in to comment.