redactedscribe

Results 306 comments of redactedscribe
trafficstars

> Hey @redactedscribe . This is not really a bug. A H2 is not a file heading. H1 is a file heading. There is an issue somewhere that requests that...

@pjkaufman Once I come across it again, I'll update this issue. In the meantime, I have another bug for you (see the latest new issues).

Commander appears to be a plugin. Thanks for the tip.

@pjkaufman I found an example: When a blockquote reaches three levels deep, two lints are required to fully lint the document: ```markdown > 1 >> 2 >>> 3 > 4...

Not a problem @pjkaufman. I guess all I'm trying to say is that the "Empty Line Around Blockquotes" option does more than simply adding empty lines around blockquotes. That options...

@pjkaufman Could you distil what it is that I should test? Do you just mean the Case 1 and Case 2 scenarios that I outlined? Anything else? I will do...

Here are some results @pjkaufman. Using the latest provided main.js. All cases only need 1 lint now I think, nice. ## Case 1 ### "Empty Line Around Blockquotes" enabled result...

An alternative to case 3's expected outcome which may be easier to implement, and perhaps actually easier to add more text to. If you compare the two expectations, you'll notice...

Ignoring the file system's metadata for the modified date would be the simplest solution I think; only update the modified date when Obsidian saves the file. The `date modified` property...

~~Just an FYI, there's a useful plugin to update the modified date, although not perfect, which doesn't rely on the OS metadata: [Update frontmatter modified date](https://obsidian.md/plugins?search=update%20modified). Been using it some...