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

# Feature Request: Drag and Drop File/Folder Opening in Phoenix Code Editor ## Problem Description In the current iteration of the Phoenix Code Editor, opening files such as images and...

Feature Request

### Describe the problem Several features of quick open like `@` to go to symbol, `:` to goto line number are not discoverable. We should address the UX to be...

Feature Request
UX

### Describe the problem We should have an option to generate fonts from svgs. ### Describe the solution you'd like https://www.npmjs.com/package/svgtofont https://www.npmjs.com/package/webfont See others too. for features Reference: https://glyphter.com/ https://icomoon.io/app/...

Feature Request

### Describe the problem Have an image/icon/asset store with licensed content ### Describe the solution you'd like Open contents from: svgs: https://www.svgrepo.com/ ### Alternatives considered _No response_ ### Additional context...

Feature Request

We should add support for project-specific live preview servers like in brackets. Add feature to support reload on save? Reload on file switch doesn't have any significance on external servers...

### Describe the problem Have a custom title bar to use the titlebar space better and probably add more bling and chrome to the ui. An argument against this is...

Feature Request
UX

### Describe the problem Light colors should be used in every ui element ### Describe the solution you'd like ## Current ![image](https://github.com/phcode-dev/phoenix/assets/5336369/a6d5022c-fa8c-400a-8b3b-304d1622f4a3) ## expected ![image](https://github.com/phcode-dev/phoenix/assets/5336369/9c3ddc6d-3403-4712-8764-d8473bfdf308) 1. Allow for side panel...

Feature Request
UX

* This should only ask a max of 3 questions, in the same window, with reasonable defaults. * There should only be a done button. No multi-page next-next flows. *...

UX

### Describe the problem Bring TM grammar driven tokenization to your CodeMirror editors. Say goodbye to the not-so-cool and not-so-accurate syntax highlighting you've been living with and up your game...

core
Feature Request

Ivestigate ways to sandbox extensions access to - [ ] network - enxtensions hwould declare what network resources they access and we whitelist only those resources. - [ ] dom,...