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

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies

Hi, I'm working on a collaborative code editor in which users can work simultaneously and later they should be able to view the history of the document like a video....

There are three discussions here: - how to make rich copy/paste fully compatible within Firepad - how to preserve rich copy/paste fully compatible within Firepad from interfering with other apps...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [engine.io](https://github.com/socketio/engine.io) to 6.2.1 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `engine.io` from 3.2.1 to 6.2.1 Release notes Sourced from engine.io's releases. 6.2.1 :warning:...

dependencies

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 4.2.1 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `socket.io-parser` from 3.2.0 to 4.2.1 Release notes Sourced from socket.io-parser's releases. 4.2.1 Bug...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.2 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

### Version info **Firepad:** [[email protected]](https://www.npmjs.com/package/firepad/v/1.5.10) **Firebase:** [[email protected]](https://www.npmjs.com/package/firebase/v/7.14.1) as imported by firepad module **Ace:** [[email protected]](https://www.npmjs.com/package/ng2-ace-editor/v/0.3.9) imports [1.4.11](https://www.npmjs.com/package/ace-builds/v/1.4.11) **Other (e.g. Node, browser, operating system) (if applicable):** Angular 9.1.2 with matching angular-cli ###...

I'm maintaining a fork here It's not a complete rewrite - I've just ported Firepad from the old Grunt concatenated monolithic file, to native javascript modules. I'm not planning to...

Previously when I worked with the below versions of Firepad and Firebase everything worked fine. **firebase**: 8.6.1 **fired**: 1.5.10 Since Firebase V8 results in increased bundle size, To reduce the...