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 [grunt](https://github.com/gruntjs/grunt) from 1.3.0 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Guy's I love Firepad. Unfortunately, Ace or CodeMirror doesn't meet my requirement of a rich text editor. I explored ProseMirror (which is made by the creator of CodeMirror). Is it...

When a user presses undo it also undoes changes made by the other user. Steps: 1. User A types something 2. User B types something 3. User A press undo...

### Description Closes #366 Adds a typescript definition file for the [documented API](https://firepad.io/docs) of Firepad. It does export additional stuff (`Formatting`, `Entity`, etc.), but these aren't something I'd expect an...

### Description This updates the version of `rdiscount` used for building the docs site. This version fixes building the dependency on macOS Big Sur.

### Description The generated `dist/firepad.js` file has the version `0.0.0` in its header always. This PR updates this so that now the version in the `package.json` file will be used...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

How do you add a list of previously created pads as shown on demo.firepad.io

TS has support for generating *.d.ts for js by flags(allowJs and declarations) in [version 3.7](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#--declaration-and---allowjs), however it fails when applied to both the distributed firepad 1.5.10 as well as the...