tewe

Results 76 comments of tewe

That site supplies a broken charset declaration (I guess the author modified a template without knowing PHP) and doesn't use UTF-8 (what is this, the 90s?). "force_charset: "windows-1251" should work.

Not currently. I think a separate Remove Image Dimensions Plugin would make more sense.

Duplicate of #1304

`git --git-dir=a7cf...git rev-list --count HEAD` says 776.

`time git --git-dir=a7cf...git/ log -- Some.textbundle/text.md` takes 1.6 seconds, which seems long but is much much less than what the app needs.

Unfortunately that didn't help. [Spin dump](https://github.com/glushchenko/fsnotes/files/10819347/Sample.of.FSNotes.txt.gz) I noticed that some notes take longer than others. This seems more related to how long ago the first revision was than to how...

I can no longer reproduce this in FSNotes 6.8.0 for macOS. Thanks!

Neither original Markdown nor the CommonMark standard used in FSNotes have syntax for sub- or superscript text. If FSNotes added `^` or `~` those wouldn't work anywhere else, which seems...

Personally I still use Markdown files I started 15 years ago, and I want to still be able to work with that content in another 15 years. So I'm not...

It's not really a port to Swift, just a thin wrapper around *a copy of* the C code. And Oleksandr already forked it, so he could easily merge the adjustment...