sanderjson
sanderjson
## In this pull request - [x] I am adding a new book. - [ ] I am adding a new category - [ ] Removing a book ## Adding...
Congratulations with 2.02, and thank you for your work! 🎉🤩 I would like to have a snap to grid option if possible. `` or ``
I would love to be able to render my own HTML within custom nodes. ``` data: { label: "my cool HTML string" label_type: "HTML" } ```
User options -> snap to grid (default) Add toggle grid mode Shift + drag to snap to grid Helps align canvas elements for aesthetics and ease of processing
``` let date_initial = Date::now let date_string_from_client = date_initial |>toString let date_for_db = date_string_from_client |>**String::toDatev1** date_for_db ```
It would be wonderful to be able to dock handlers in some floating container.
Missing a keyboard command + track pad gesture to Zoom navigate the canvas.
Scrolling through the search result options should pan to the relevant handler.
Hello I am trying to compress a pdf from the unicli. Everything appears to be working however the compression is negligible (0.19%). This pdf does contain some large images -...
I have a pdf with highlights but when I convert the pdf to images using `doc.Image(n)` the images are saved without the highlight. Is there some options I must enable,...