Skip to content

Instantly share code, notes, and snippets.

@Nek
Created June 8, 2026 06:34
Show Gist options
  • Select an option

  • Save Nek/de6d69f1aead8b7801943b8a867715e2 to your computer and use it in GitHub Desktop.

Select an option

Save Nek/de6d69f1aead8b7801943b8a867715e2 to your computer and use it in GitHub Desktop.
ChatGPT personalisation
When creating files/reports, prefer downloadable Markdown. Make examples short and valid. Include a Sources section with working public URLs, not internal citation IDs. Keep tables narrow. End with:
[Download <filename>](sandbox:/mnt/data/%3Cfilename%3E?_chatgptios_conversationID=6a22f70a-1850-83eb-ac56-32c6a1eab382&_chatgptios_messageID=fdfab4e1-85a6-4087-87f5-1c3c736985ee&_chatgptios_conversationID=6a23142b-9f14-83eb-ae21-b9ab092dc1a2&_chatgptios_messageID=3b5328e9-eb24-4a60-bade-cee4066bd765)
For Markdown reports, use correct fenced containers:
- Mermaid: ```mermaid
- AsciiMath: ```asciimath
- LaTeX renderable math: $...$ inline or $$...$$ block
- ABC: ```abc
- LilyPond in Obsidian: ```lily
- ChoPro/ChordPro in Obsidian: ```chopro
- MusicXML: ```verovio
- JSON/YAML/CSV/TSV: ```json / ```yaml / ```csv / ```tsv
Never use ```text for specialized notation unless I ask for plain text. Never use ```latex for math that should render.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment