velo
velo copied to clipboard
App for brainstorming & sharing ideas 🦀 Learning Project
Add shortcuts for common actions (new note, delete note, etc) Status: | Action | Shortcut | | ----------- | ----------- | | New paper note | Command + P |...
Camera position should be tab specific, if user re-opens the tab camera position should be set to the latest camera position for this tab.
`bevy_cosmic_edit` API has been improved, let's move velo to use the latest API of plugin
_Ideas for the issue was contemplated from https://github.com/StaffEngineer/velo/issues/184; https://github.com/StaffEngineer/velo/issues/184 is closed in favour of this issue that will allow to implement clone & fork note easily_ _Warning: I can't draw_...
Similarly how background color of a note can be changed there should be a way to change a text color.
Currently the new note inserted into the center of camera... let's be a bit smarter on it... let's insert the new note into the closest empty space from center of...
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...