Viewing profile — ericax
ericax
HN member- Joined
- Wed, May 09, 2012, 1:05 PM UTC
- HN karma
- 2,486
- Public activity
- 124 items
- HN profile
- View on Hacker News ↗
About ericax
https://obsidian.md
Recent public activity
-
comment
Comment #34068779
We have a bunch of short clips that show how to do various things, not sure if they are helpful to you: https://obsidian.md/canvas#protips
-
comment
Comment #34067691
Canvas is less of a piece of drawing software and more of brainstorm/mindmapping/idea workbench software. Excalidraw will satisfy different use case than Canvas and you can definit…
-
comment
Comment #34067510
We considered many options to use Markdown but came to the conclusion that Canvas is not something that can fit into a readable Markdown file. Either the Markdown file would so mes…
- story
-
story
Obsidian 1.0 – Personal knowledge base app
Cofounder of Obsidian here. We're excited to announce Obsidian 1.0 is live! Obsidian 1.0 introduces two big changes: a UI overhaul and an new tabbed interface. We've put a lot of c…
-
comment
Comment #31676244
We use PixiJS! We used to use d3-force for force simulation, but then we rewrote it in wasm ourselves for performance.
-
comment
Comment #31670048
Obsidian developers here! ( https://obsidian.md/ ) The new editor in Obsidian was made possible by CodeMirror 6, and it has been powering both the Live Preview mode (like Typora) a…
-
comment
Comment #30879449
We here at Obsidian did this: https://obsidian.md/cloud
-
comment
Comment #27808133
Yup! The app is written in TypeScript and shares much of the code with our desktop app. We're using Capacitor https://capacitorjs.com/
-
comment
Comment #27808005
iCloud and Working Copy are both known to work. Obsidian Sync is also an option. File Provider is something we'll attempt to implement sometimes in the future to support other sync…
-
comment
Comment #27807972
We'll give at least one month of advance notice before ending the discount, so as long as you receive news from us (Twitter, Discord, forum, etc) you should be good!
-
comment
Comment #27807957
App Store allows external code if it strictly runs under WebKit and JavaScript Core. There's a few more general restrictions (like the additional functionality must be free or use …
-
comment
Comment #27807852
Hi HN! After months of private beta, Obsidian is now finally available for Android and iOS! Obsidian is a personal knowledge management app that works on top of a local folder of M…
- story
- story
-
comment
Comment #23671828
Obsidian supports LaTeX through the $...$ and $$...$$ syntax and renders them using MathJax.
-
comment
Comment #23357209
Updated the pricing page to reflect the trial period, sorry about the oversight!
-
comment
Comment #23357201
Nothing is stored on our servers. The app does not upload anything at all.
-
comment
Comment #23332730
Yes, once we get close to a stable v1.0 release we'll be opening up a plugin API!
-
comment
Comment #23332021
Yes! You can use the embed syntax ![[video.mp4]] to embed videos in Obsidian. The video should show up in preview mode. I think you would really enjoy our active discord community …
-
comment
Comment #23331949
Plain Markdown links should work just fine in Obsidian, but you might need to convert space characters to "%20" according to Markdown spec, since space is not allowed.
-
comment
Comment #23331943
Thank you for the tip!
-
comment
Comment #23331739
I can't reply to your post further down, but it seems like space characters aren't allowed by Markdown spec. Apparently you have to convert it to "%20" :(
-
comment
Comment #23331691
Plain Markdown links should work just fine if you use relative paths to files within the vault folder selected. Is it not working for you?
-
comment
Comment #23331619
Totally agree! Still quite some work ahead of us (We're about 3 months from first line of code). Ideally the help docs can be opened as its own vault and can be a nice testing grou…