Embedded Commands (e.g. <CC> means create a one page cheat sheet from the generation in Markdown)

I have been trying to use abbreviations or acronyms that I define as instructions for the model. for example, might mean format the output for obsidian. I have tried both the personalization and the memories. Has anyone found a better way to do this? I just want these shortcuts to expand. It would greatly help my use of the tool.

For what it is worth, I have python code that expands my embedded codes when I use the API. I suppose I could write a function to expand them.

2 Likes

Welcome to the forum, it is a wonderful place to explore :mouse::honeybee::four_leaf_clover::heart::infinity::repeat:

@phyde1001 this reminds me of your macro work, do you have any advice?

1 Like

Hey bernaski,

Welcome to the forum.

You can define ‘Macros’ for abbreviations.

I have a Forum Thread introduction and GPT to help to show how to achieve this with a bunch of examples.

I hope this helps…

If you want to do this without a GPT directly into Chat GPT you can too but read the forum thread for how to do this with Memory on

Ob(Title, Content) {
1. Format the Title as:
# [Title]
2. Add Content under the Title.
3. Each piece of content starts with a bullet point or a new line.
4. If Content has subsections, indent them with tabs or additional bullet levels.
5. Ensure all formatting follows Obsidian markdown standards.
6. Return the formatted markdown string.
}

Here is a chat link with the working macro:

1 Like

Thank you @phyde1001 :rabbit::heart::four_leaf_clover::infinity::repeat:

1 Like

@mitchell_d00 @phyde1001

Thank you.

2 Likes