Dima
Dima
We use `bevy_embedded_assets` to embed assets, let's not do it for wasm, so assets is requested by separate request (this is default behaviour of bevy). Bevy loading screen have to...
Support markdown syntax in rectangle. Render markdown once a user stops editing rectangle. Features: - [x] bold text style - [x] italic text style - [x] links - [ ]...
There should be a way to set meta info for a note that can be seen later. Say user pasted screenshot from clipboard, there should be a way to describe...
Currently theme change requires app restart, let's write bevy's system that query all UI elements and updates colors/sizes based on user theme change at runtime.
Separate issue for one of the ideas from https://github.com/StaffEngineer/velo/issues/42 Let's use https://github.com/johanhelsing/matchbox/tree/main/bevy_matchbox and have collaborative editing
Currently, it's possible to select only one node, let's have ability to select few nodes simultaneously, e.g to be able to move them together.
Steps to be taken to integrate ChatGPT to velo (in the simplest way for milestone 1 of this feature): - [ ] create simple velo DSL: ```rs create_note connect_note NOTE_HUMAN_READABLE_ID...
Lucid.app has 3 types of arrows: Velo currently supports two types of arrows, let's implement third.
# Objective Expose `cosmic-text` functionality to load system fonts. ## Solution Add `load_system_fonts` to `TextPlugin` struct. ## Testing `cargo r --example text --release` by setting `load_system_fonts` to true emoji is...