Live data from Hacker News

Viewing profile — ericax

ericax

HN member
Joined
Wed, May 09, 2012, 1:05 PM UTC
HN karma
2,486
Public activity
124 items

About ericax

Obsidian: future-proof Markdown knowledge base

https://obsidian.md

Recent public activity

  1. 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

  2. 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…

  3. 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…

  4. story
  5. 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…

  6. 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.

  7. 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…

  8. comment
    Comment #30879449

    We here at Obsidian did this: https://obsidian.md/cloud

  9. 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/

  10. 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…

  11. 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!

  12. 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 …

  13. 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…

  14. story
  15. story
  16. comment
    Comment #23671828

    Obsidian supports LaTeX through the $...$ and $$...$$ syntax and renders them using MathJax.

  17. comment
    Comment #23357209

    Updated the pricing page to reflect the trial period, sorry about the oversight!

  18. comment
    Comment #23357201

    Nothing is stored on our servers. The app does not upload anything at all.

  19. comment
    Comment #23332730

    Yes, once we get close to a stable v1.0 release we'll be opening up a plugin API!

  20. 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 …

  21. 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.

  22. comment
    Comment #23331943

    Thank you for the tip!

  23. 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" :(

  24. 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?

  25. 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…