Viewing profile — joethei
joethei
HN member- Joined
- Thu, Feb 13, 2020, 6:16 PM UTC
- HN karma
- 45
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About joethei
No profile information was provided.
Recent public activity
-
comment
Comment #48120385
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…
-
comment
Comment #48120353
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.
-
comment
Comment #44950337
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... >
-
comment
Comment #44945749
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…
-
comment
Comment #34078789
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…
-
comment
Comment #34071974
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/Obsi…
-
comment
Comment #33192098
Yes, the update got released on every platform
-
comment
Comment #33191131
Common misconception, but Obsidian itself is not open source
-
comment
Comment #33190977
It's a caching problem. You should be directed to the correct version in the next few minutes.
-
comment
Comment #31670625
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 alway…