rustpad icon indicating copy to clipboard operation
rustpad copied to clipboard

Efficient and minimal collaborative code editor, self-hosted, no database required

Results 19 rustpad issues
Sort by recently updated
recently updated
newest added

Requesting a sidebar toggle or toggle for fullscreen. Love the app, but the sidebar makes navigation on mobile a bit tricky. Thanks!

Awesome app. However, the default cdn of monaco-editor is 'cdn.jsdelivr.net', which takes endless time to load in some areas (china specifically). It would be really nice to have an option...

A word wrap option would be a nice add for the editor.

It seems like when using Sqlite to retain pads beyond the memory storage limit they are stored indefinitely? Would it be possible to add some configuration option to discard old...

Did a fresh clone, then: ``` wasm-pack build --target web rustpad-wasm npm install cargo run npm run dev ``` At `localhost:3000`, I see the following error on the web console:...

The path stays the same in all currently supported scenarios, but this also allows serving the app from a subpath.

Certain companies have started to use Rustpad in their interview loop. Vim keybindings are essential to any developer that uses Vim day-to-day.

enhancement

The connection indicator was moved to the right so that it always remains visible everything else is collapsed, when pressing the new menu button. A few places use slightly different...

Allows RustPad to work as a drop-in alternative for services that have basic EtherPad (popular collaborative document editing tool) integration using an IFrame Really, it just extracts the two key...