You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding vue,js to this project, I noticed it completely drove the complexity to the roof. Vue.js can definitely achieve the end goal as found in the TODO.md. But I prefer the route of making all the reactivity, interface and notepad rules to be written from scratch. Python in this case will be used to handle backend stuff like persistent storage, handling states and other "related backend issues" as the need be. Using Vue,js will create too much dependencies to handle. Which wasn't part of the original plan
SOLUTION
I plan to write everything from scratch in JS for the editor. While this may be a longer route, it ensures the original motive for creating this application. It should feel like a notepad and not a web based notepad. This total freedom will give rise to more controlled customization, detailed workflow of how things operate under the hood and much more.
The focus wasn't to get a working notepad as soon as possible. But rather a customizable notepad that used the flexibility of web technologies while giving the strong native feeling of how a notepad should operate.
WORKFLOW
Below are some aspects that I need to work on to get a working and stable version with Javascript only (To be continued)
The text was updated successfully, but these errors were encountered:
PROBLEM
After adding vue,js to this project, I noticed it completely drove the complexity to the roof. Vue.js can definitely achieve the end goal as found in the TODO.md. But I prefer the route of making all the reactivity, interface and notepad rules to be written from scratch. Python in this case will be used to handle backend stuff like persistent storage, handling states and other "related backend issues" as the need be. Using Vue,js will create too much dependencies to handle. Which wasn't part of the original plan
SOLUTION
I plan to write everything from scratch in JS for the editor. While this may be a longer route, it ensures the original motive for creating this application. It should feel like a notepad and not a web based notepad. This total freedom will give rise to more controlled customization, detailed workflow of how things operate under the hood and much more.
The focus wasn't to get a working notepad as soon as possible. But rather a customizable notepad that used the flexibility of web technologies while giving the strong native feeling of how a notepad should operate.
WORKFLOW
Below are some aspects that I need to work on to get a working and stable version with Javascript only (To be continued)
The text was updated successfully, but these errors were encountered: