New/specific category for 'Beginner? Start Here'

Could we create a new category where beginners like myself can ask very very very basics questions not answered by the documentation page and share/see short video snippets of what each action looks like?

For example, I don't understand/cannot figure out how certain actions differ from one another, such as 'toggle floating menu' vs 'show/hide hidden menu'.

Other feature requests:

  • a keyboard shortcut for 'run action sequence' to test the action that's being worked on

Thank you so much for this amazing and overwhelming customization hahaha

Below are some links to understand wtf JavaScript, HTML, CSS are, for the old farts like myself hahaha and it’s all free :smiling_face_with_tear: :smiling_face_with_tear: :smiling_face_with_tear:

Just post any question in the standard discussion & questions section, I don't think there is a need for separate beginner section.

1 Like

Here are some additional resources to help understand/write coding lol

  1. ChatGPT has an unofficial ChatGPT - Better Touch Tool Specialist :laughing:

  2. ChatGPT - Coding Assistant

  3. ChatGPT - Code πŸ‘‰πŸΌ Python Javascript React Java Web PHP

Brief Overview of my Q&A with ChatGPT today lol

Q: How do I automate splitting a text file by characters in Python?

  • A: Provided a Python script for splitting a file every 3000 characters.

Q: How to run a Python script in Terminal?

  • A: Generated script and walked through script execution with python3 script_name.py in the script's directory.

Q: Can VSCode handle text splitting or JSON error checking?

  • A: Mentioned VSCode extensions like "File Splitter" for splitting and "JSON Tools" for JSON linting.