firepad icon indicating copy to clipboard operation
firepad copied to clipboard

Collaborative Text Editor Powered by Firebase

Results 107 firepad issues
Sort by recently updated
recently updated
newest added

Hi guys, Is there any way to select text and drag to move its postion within the editor using codemirror? Codemirror seems to support this https://codemirror.net/demo/simplemode.html But I cant seem...

The Module header needs to account for context being undefined. By default Babel 6 replaces `this` with `undefined`. Problem is that the header in the Grunt file does not account...

help-wanted

### Version info **Firebase:** 7.6.2 , cdn - https://www.gstatic.com/firebasejs/7.6.2/firebase.js **Firepad:** v1.5.9 **Ace:** 1.2.5 , cdn - https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.5/ace.js using (React Ace)[https://github.com/securingsincity/react-ace/blob/master/docs/Ace.md] for ace editor and passing its instance to firepad. Not...

### Version info **Firebase:** 7.6.1 **Firepad:** 1.5.3 **CodeMirror:** 5.50.2 **Other (e.g. Node, browser, operating system) (if applicable):** Chrome 79.0.3945.88 Firefox 71.0 ### Test case https://jsfiddle.net/ktsn/srt96dhc/14/ ### Steps to reproduce 1....

Hi, Is this something that is being looked at/re-enabled?

### Test case See this plunkr: http://next.plnkr.co/edit/xUli1OLfkmpI0nvE?preview Check the checkbox above firepad. Notice how it has custom styling. Create a to-do list. Notice how the checkboxes have the default browser...

When user selects some font I want to see this selected font on the richTextToolbar instead of text 'Font'. To let user see what font is currently selected. ![issue](https://user-images.githubusercontent.com/22038636/46015624-6afaeb00-c0db-11e8-9849-2a945842b941.png)

Autocorrect and auto-formatting (like adding periods with a double space) aren't working on mobile. Seems like a limitation of CodeMirror. Makes it almost impossible to use on mobile. Will this...

I've implemented autoformatting by calling astyle (a C code formatter) on a server and then setText()ing the result. An unfortunate side-effect is that everybody's cursors are reset to the end...