phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Phoenix is a modern open-source Code Editor for the web, built for the browser.

Results 240 phoenix issues
Sort by recently updated
recently updated
newest added

Phoenix should be able to do basic video/audio operations. We could use ffmpeg web lib but there are some restrictions where we cannot use it directly within Phoenix security context...

enhancement

There should be a way to preview videos like images. ## Only supports video formats that the current browser supports playback for. https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement Implementation can be copied similar to image...

enhancement

Phoenix should be able to do basign image processing operations like: 1. Save as images between various image formats. 2. Reduce image size/compress. 3. resize images 4. crop images 5....

enhancement

![quick_edit_not_working](https://user-images.githubusercontent.com/1525027/139817003-392a0e55-dc51-4337-b360-d57acec2caa8.gif)

JShint integrated does not support private class vars. eslint is preferred! Add option to fix the linter issues - [ ] https://github.com/phcode-dev/phoenix/issues/1237 - set the rulers from eslint too

![image](https://user-images.githubusercontent.com/5336369/139722154-36d47f2a-6107-4058-be09-a273e81f5232.png) Currently, when we traverse through items in the autocomplete popup, no preview is generated. We should show image previews for autocomplete items. ![image](https://user-images.githubusercontent.com/5336369/139722685-dad92364-f51a-46ad-ab3f-30a947dcd361.png) Trigger implementation from `src/extensions/default/QuickView/main.js` related: https://github.com/aicore/phoenix/issues/96

enhancement

Firefox does not support js initiated clipboard paste other than via extensions. Ctrl-c, Ctrl-V works though. ## We should remove paste context menus from browsers that do not support navigator.clipboard...

good first issue

### Prerequisites * [x ] Can you reproduce the problem with `Debug -> Reload Without Extensions`? * [x ] Did you perform a cursory search to see if your bug...

bug

The developer should be able to navigate forward and backward to all open files in order

enhancement

Support for draw.io pages directly integrated into phoenix https://drawio.freshdesk.com/support/solutions/articles/16000042544-embed-mode

enhancement