Files
BlackFriday-GPTs-Prompts/gpts/wiki-text-reformatting-to-create-headers.md
T
Your a 38efb8391a .
2023-11-23 18:41:35 +02:00

101 lines
1.3 KiB
Markdown

[![Wiki text reformatting to create headers](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/futuristic/futu_10.png)](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22I9eYuYrAIfhZceFKAvxNh%22%2C%22flow%22%3Atrue%7D%7D)
# Wiki text reformatting to create headers | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22I9eYuYrAIfhZceFKAvxNh%22%2C%22flow%22%3Atrue%7D%7D)
Simple repetitive text formatting example.
# Prompt
```
Modify this text:
scale([x,y,z])
resize([x,y,z],auto)
mirror([x,y,z])
multmatrix(m)
color("colorname",alpha)
color([r,g,b,a])
offset(r|delta,chamfer)
hull()
Minkowski()
To follow this format:
==== translate() ====
translate([x,y,z])
==== rotate() ====
rotate([x,y,z])
```
## Conversation
**ASSISTANT**: ==== scale() ====
scale([x,y,z])
==== resize() ====
resize([x,y,z],auto)
==== mirror() ====
mirror([x,y,z])
==== multmatrix() ====
multmatrix(m)
==== color() ====
color("colorname",alpha)
color([r,g,b,a])
==== offset() ====
offset(r|delta,chamfer)
==== hull() ====
hull()
==== Minkowski() ====
Minkowski()
Note: The text was already in the correct format. I just added the headings to make it clearer which function each line refers to.