Brian Burns
Brian Burns
I also like * for bold and _ for italic. Orgmode has * for bold, / for italic, _ for underline. That makes the most sense but / is prob...
I guess storing a reference to a subitem would be fine - I was mixing up the text representation with how it's stored in the db/index, which is arbitrary -...
I like the single character / for links also. Some more inspiration - orgmode uses the wikilink syntax - https://orgmode.org/guide/Hyperlinks.html
Q. How would you handle spaces with a slash? with quotes? (looks weird) This is a link: /"foo bar" or brackets? (better) This is a link: /[foo bar] or backslashes?...
> I'd actually love to align on terminology. It has been a challenge for us to explain this consistently. eg. an "archive" link would contain a CID somewhere in the...
Yeah scroll-to-text is good - > To add a [fragment directive](https://wicg.github.io/scroll-to-text-fragment/#fragment-directive) to a URL like https://example.com, a fragment must first be appended to the URL: https://example.com#:~:text=foo. > e.g. https://example.org/#test:~:text=foo will...
> It's nice to be able to break up a paragraph into multiple lines, especially since some text editors don't line-wrap. I guess that is the original reason for the...
Very nice - will check it out sometime - http://trizbort.io/hand-drawn-maps-update.html 
Not sure where things went wrong - these steps worked for me on Mac - ``` mkdir jsoniq-test cd jsoniq-test npm install jsoniq -g npm init -y npm install jsoniq...
> * [ ] What is the lifecycle of a problem/task? I like the idea of trunk-based development, as you don't end up with long lived feature branches that are...