joethei
No user record in our sample, but joethei has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but joethei has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
The system consists of a few different parts, the linter is only one part and is responsible for surfacing issues to the dev during development. We have additional checks that also check the release assets to catch…
Ads / telemetry are disallowed completely, as per our developer policies. So plugins that have those domains in the code will not be available from the site / app.
Nope, that's not the Obsidian way. We don't use frameworks We include very few dependencies, see: <https://help.obsidian.md/credits#Third+party+acknowledgement...>
For the grammar: Lezer For the editor: CodeMirror Everything else is custom as we generally don't use existing frameworks and the large amount of baggage they carry. CodeMirror and Lezer we already used before Bases.
We did not implement the crypto part ourselves. We use the SuptleCrypto Web API implementation and a library called scrypt (this one: https://github.com/ricmoo/scrypt-js). We also had someone from the EteSync/EteBase…
No, we do not use AWS. The Sync and Publish servers are running in Digital Ocean datacenters in the US. How sync encrypts the data is documented here: https://help.obsidian.md/Obsidian+Sync/Security+and+privacy As…
Yes, the update got released on every platform
Common misconception, but Obsidian itself is not open source
It's a caching problem. You should be directed to the correct version in the next few minutes.
This is correct, Obsidian uses CM6 on all platforms. A CM5 based editor is still available as "Legacy Editor" in the settings on desktop, to support older plugins. Mobile was always using a CM6 editor, while desktop…