Javascript calendar in markor - examples and ideas #2278
Replies: 1 comment
-
True, even more with HTML. I use Markor all the time for importing websites which I like, getting inspiration how they did certain implementations of css or js functions. It's just so damn hassle free and convinient once you're used to a certain work flow. A new script needs testing? Throw it up in Markor. To be able to see console messages or have some sort of inspector tool replacement I'm combining it with Eruda. That enabled me to write little debugging scripts, aggregating data from the console for further debugging processes. This is the first mobile coding experience I actually enjoy, having tried so many approaches before. Top work. As soon as I find time to dive into Android Studio (no experience at all) I'm gonna try to built some front end-building specific features for myself (or anyone who wants them). Convenient block selecting would be one of the first. Selecting and copying half a page of minified code is hell at the moment. |
Beta Was this translation helpful? Give feedback.
-
With some (a lot) of help from chat gpt I made the following:
When opened in markor in view mode this shows a calendar:
Clicking on a date takes me to my daily note on that date. There are today and yesterday buttons to make this easier. (Uncomment that last line to automatically switch to today's log file).
I have a had a lot of success with javascript in markor for various small tasks. Thinking about ways to do even more here.
Beta Was this translation helpful? Give feedback.
All reactions