firepad
firepad copied to clipboard
Collaborative Text Editor Powered by Firebase
I can set it through pad.firebaseAdapter_.setUserId, but it should probably be exported through the public API.
I can't imagine this being too difficult, but a highlight button would be golden. Is this something plan? I will probably put it together at some point and could do...
How can I add an Input field and sync it with every user Online
### Version info **Firebase:** 3.3.0 **Firepad:** 1.4.0 **Ace:** 1.2.5 ### Test case http://embed.plnkr.co/4VZKhN6imeV1orZDljzm/ ### Steps to reproduce 1. Open the test case 2. Write in the current editor ("# New...
### Version info **Firebase:** 2.3.2 **Firepad:** 1.3.0 **Ace:** 1.2.6 ### Steps to reproduce I'm not sure how to exactly reproduce this reliably, but it is correlated with calling firepad.dispose() then...
**Firebase:** 3.3.0 **Firepad:** 1.4.0 **CodeMirror:** 5.18.2 **Other:** Firefox ESR 45.5.0, Ubuntu 16.04 ### Test case Just the default Firepad CodeMirror setup ```html Firepad window.addEventListener("load", function() { // Initialize the Firebase...
### Version info **Firebase:** v3.6.0 **Firepad:** 1.4.0 **Ace:** - **CodeMirror:** 5.20.2 **Other (e.g. Node, browser, operating system) (if applicable):** OSX 10.11, Chrome 54.0.2840.98 ### Test case https://jsfiddle.net/ssc5q7j7/ (works even if...
I'm using webpack to load modules and using Firepad's Headless npm module. When I import as such: ``` import Firepad from 'firepad'; const headless = new Firepad.Headless('https://myrefhere.firebaseio.com'); ``` The module...
Users of the FirePad demo should be warned that the pad expires after some hours and that the document gets deleted.
I just managed to set up my own FirePad page, but it took me much longer than I expected. The main problem was that I didn't know that one has...