Changes between Version 4 and Version 5 of CreatingTextsAndPublishing
- Timestamp:
- Apr 28, 2025, 2:46:01 AM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CreatingTextsAndPublishing
v4 v5 6 6 For example:\\ 7 7 {{{ 8 #!sh 8 9 $ txt new "お会いできてうれしいです" 9 10 }}} … … 21 22 For example:\\ 22 23 {{{ 24 #!sh 23 25 $ env TXTDIR=${PWD} txt new "お会いできてうれしいです" 24 26 }}}