10 Matching Annotations
  1. Nov 2022
  2. May 2022
  3. Apr 2022
    1. and directly use the websocket instead (I reverse engineered enough of the protocol to be able to connect +

      yay

    1. Still have questions?

      Embedded annotations!

    1. margins work similarly to our last example — they are based on the size of their parent. However, there is one weird thing here that is important to note:margin-top is based on our parent’s width, not height (and the same goes for margin-bottom). In other words, all margins are a percent of their parent's width.

      Seems like a bug 😅

  4. Nov 2021
    1. Mixing up the order of capture-organize-synthesize causes friction. It forces us to make decisions before we’re ready. This friction manifests as blank page anxiety, creative block, lost ideas. That’s the feeling of the system fighting you.

      Zettlekasten is in a way about solving this

  5. Oct 2021
    1. This keeps Subtext simple. Rather than extending the syntax of Subtext to include a complex feature like tables, we might, for example, link to a .csv file, which then gets rendered as a table. This also means the data stays in its native file type, and can be used in other applications.

      This is true and interesting, but it also prevents you from deeply linking/integrating data in those documents with your notes.

  6. Dec 2020
    1. Using the Hypothesis API¶

      It'd be great if there were a guide for spinning-up a self-hosted version of the API/Backend

    1. Accessibility: Today, it requires a big jump to go from using browser extensions to creating them: you need to learn a fair amount of web development to get started, and you can’t easily develop extensions in the browser itself. What if there were a quick way to get started developing and sharing extensions in the browser?

      I also had this thought recently - I think userscript's (via Greasemonkey &co) are kind of a stepping stone for this. You're still required to learn a bunch of things about web development, but the setup required to start doing things/sharing things is minimal