How to write a GPT prompt with special characters as a note

I try to save for future use as a note a more complex GPT prompt that also contains special characters and or combinations of characters.

For example.
some text followed by an instruction of a similar type
% for item in documentation %}
catalog: {{item.id}}
item: {{item.title}}
content: {{item.content}}
{% endfor %}

If I try to wrap this prompt with block code

the text of the prompt 

this block code is misinterpreted and breaks the parts of the notes that are under this block. All completely random.

I would like to save such GPT prompt notes for future use, but I can’t do that at the moment. My point is also to just select the prompt and use it straight away for my needs, without the additional modification incurred for use in Obsidian.

I would contact the developer of the plugin you are using and tell them about the parsing errors you are facing.
All plugins have Github and issues pages.
So e.g. Google search > Thisandthat plugin Obsidian Github will give you the page as the first search result. Then go to Issues on the GH site, search or add reports.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.