https://futureofcoding.org/ logo
#devlog-together
Title
# devlog-together
o

Oleksandr Kryvonos

02/07/2023, 6:51 PM
hi everyone, I have created another canvas experiment https://uprun.github.io/canvas-typewriter/canvas-documents.html and now I am not sure if this is the way to go for me … maybe next time I will start with pen&paper prototype first
j

Jimmy Miller

02/07/2023, 7:49 PM
Pretty hard to drag things around. If I move too fast, it stops. Seems that
deselect_draggable_element
is the problem. If I type this into the console, it is much easier to drag around.
Copy code
just_notes.deselect_draggable_element = function() {}
o

Oleksandr Kryvonos

02/07/2023, 9:39 PM
thank you, I will look into the issue
removed the function
a

Arvind Thyagarajan

02/08/2023, 5:26 PM
what if: • cmd+enter focussed on the next block for typing right away • cmd+enter on the next block moved other as-yet-unmoved blocks immediately above up by one position (but manually moved blocks maintain their given position of course) • there was a mini-map of the whole canvas
o

Oleksandr Kryvonos

02/08/2023, 5:49 PM
• cmd+enter focussed on the next block for typing right away
actually just Enter allows to create a new note
3 Views