docs(wiki): replace Chinese text inside ASCII boxes with English for HTML font alignment
docs(wiki): correct arrow style mapping and Style DSL symbols
docs(wiki): clarify base border styles and ROUND as an orthogonal modifier
docs(wiki): sync border styles and arrows with current implementation in help guide
docs(wiki): add Style DSL syntax documentation to help and programming guide
docs(wiki): extract advanced LOGO and programming guide to zago-programming-zh-tw.md
Update zago-help-zh-tw.md
Update the style secion.
Update the style section
Add the calc section
Add Headless mode for executing LOGO code directly in the terminal
Add fill.tape script for automated terminal interactions - Introduced a new script file `fill.tape` to automate terminal commands. - Configured output settings for GIF and MP4 formats. - Set terminal appearance parameters including font size, dimensions, and theme. - Implemented a sequence of typing commands, sleeps, and navigation to simulate user input.
Fix Markdown formatting in table examples and add note for advanced content
Add a new tape script for transforming command inputs into GIF and MP4 formats - Created a new file `transform_command.tape` to automate the process of simulating command line inputs. - Configured settings such as shell type, font size, dimensions, and theme. - Included typing simulation for commands with specified delays to enhance visual output.
Fix image path for text transformation feature in help documentation
Add a new tape for transforming Traditional Chinese to Simplified Chinese - Created a new tape file `transform.tape` - Configured output settings for GIF and MP4 formats - Set shell to bash and defined font size, dimensions, padding, and theme - Added scripted typing commands to automate the transformation process
Refactor zago help documentation to clarify advanced drawing and automation commands
Enhance zago help documentation with additional details on cursor position retrieval, advanced editor logo features, and improved command descriptions
Refactor zago help documentation to improve clarity on automation techniques and add advanced editor logo section
Enhance zago help documentation with details on loop execution and list traversal commands
Add note about important assistance in F1 menu of zago help documentation
Enhance zago help documentation with multi-file navigation, spell checker, and automatic encoding detection features
Update zago help documentation to include F7 key for entering table mode
Add drawing parameters to zago commands for enhanced customization
Add common text output and status bar commands to LOGO editor documentation
Add configuration file support and advanced drawing commands to zago help documentation
Add a new tape script for generating a table in markdown - Created a new tape file `table_size.tape` to automate the process of creating a markdown table. - Configured output settings for GIF and MP4 formats. - Included commands to set up the environment, create a new markdown file, and generate a table with specified dimensions. - Added sleep intervals to ensure proper timing between commands for smooth execution.
Add mermaid.tape for generating Mermaid diagrams in zago
Add initial tape script for directory operations with output settings