Ned Ganchovski
Ned Ganchovski
@ralphinge123 Thank you for sharing your solution with us.
Hi! For the desktop version you can click the little blue arrow that appears before the current line. For the online editor, I am not sure how to do this,...
It is not possible to enter filename as free text. What you can do is to define a list with options that the user can choose from by using html...
OK. I see now. Maybe we can make something like: #read M from ? ... simlar to input fields and the program to generate an "upload" button on input and...
Hi! Yes, very good idea and easy to implement. I will add this to my list for inclusion.
I consider implementing AvaloniaEdit instead of the current RichTextBox control. It has all the required features available: https://github.com/Proektsoftbg/Calcpad/discussions/489#discussioncomment-12121909
Hi! Thank you for your suggestions and also the information about AutoHotkey. It looks a very useful tool. However, I will also consider adding a customizable menu.
Add the following line on the top: `'body{margin-top:0!important;}` Maybe in future we should remove all body margins and simply adjust the position of the web control to have a nice...
This will be probably solved with the what is planed to be "table" data type which will be similar to macro variables, but will contain an array of multiple strings.