Chrome Extension adding Braid-HTTP directly into your browser.
Features:
- Live-updates any Braid-HTTP page, without the reload button
- Sends
Subscribe: true
for pages with content-type of text, markdown, javascript, or json, as well as html pages that send aSubscribed: false
header - If response has
Subscribe: true
, the page live-updates as updates occur to it
- Sends
- Collaborative editing for text, markdown, javascript, and json URLs
- Supports diamond-types merge-type
- Supports simpleton too
- Braid developer tools:
- Watch the network messages
- View and navigate version history
- Edit the current page
See the release Demo Video from Braid Meeting 75.
git clone https://github.com/braid-org/braid-chrome.git
- Open chrome://extensions in chrome
- Click "Load unpacked"
- Choose the
braid-chrome
directory you just created
Try it out at https://dt.braid.org/foo.txt. You probably have to click the extension and make sure it has permissions to load on dt.braid.org.