User's banner
Avatar

dowath

dowath@kbin.social
Joined
3 posts • 29 comments
Direct message

I was going to ask if it’s only on the commercial wordpress offering but nope turns out they’ve put it out a plugin. https://github.com/Automattic/wordpress-activitypub

permalink
report
reply

Goes to show how Adobe’s whole schtick about subscriptions meaning they can put more money into improving their products is bullcrap. Resolve is hot on their heels.

permalink
report
reply

I’ve had the exact same experience. My desktop can play at higher framerates, with better graphics on a larger screen - yet here I am playing on the SteamDeck. Also love the sleep/wake. Being able to have a 30 minute game break and pausing it whenever is so good.

permalink
report
parent
reply

Third-party batteries are fine but as others have mentioned, look for a reputable seller. Newer Tech NuPower, XINGLT, iFixit. etc. Any ‘official’ battery you get is likely going to be a second-hand one or a third-party one being sold as official anyway.

permalink
report
reply

YES. 🙏

That works, can’t believe I didn’t think of that. Thanks!!

permalink
report
parent
reply

There is a plugin called gpgCrypt that might do full vault encryption (no idea how well it works) but it does mention that Obsidian’s cache of notes will still be unencrypted on disk.

permalink
report
parent
reply

i guess everyone could also drop into a discord call too but that defeats the point of my showerthought

permalink
report
parent
reply

It’s one of those project names that only makes sense if you know that the creator goes by the name ‘thatonecalculator’, ‘calc’ for short and it’s their fork of ‘misskey’ - boom, it’s calckey.

But for anyone else and general adoption it really doesn’t suit it. I think I’d have to come up with new names for some of my personal projects too if I ever released them since the naming scheme is similar… like ‘dowathbin’ ‘dowathstodon’

permalink
report
parent
reply

You can also do this with any theme if you setup a CSS Snippet:

// This is the one that works for me
.markdown-source-view.mod-cm6 .cm-scroller {
    font-family: monospace;
}

// You may also want to do this one
.markdown-source-view {
    font-family: monospace;
}

Then reading view will use whatever font you’ve configured in the settings.

permalink
report
reply