Skip to content

Instantly share code, notes, and snippets.

@eLafo
Created September 22, 2023 08:55
Show Gist options
  • Save eLafo/e169cdc2d53aa6617f5b5e990a214b7b to your computer and use it in GitHub Desktop.
Save eLafo/e169cdc2d53aa6617f5b5e990a214b7b to your computer and use it in GitHub Desktop.
Logseq export prompt
Return just the main response. Take out the pre-text and the post-text
Return your answer in markdown code.
Your answer should be compatible with logseq i.e:
- Use markdown
- Use markdown headings to keep structure and hierarchy of ideas
- Use h3 as the top level heading
- Blank lines are not allowed
- Start every line with a hyphen
-Use identation to represent hierarchy of ideas (like outlines)
The response should start with a h3 title followed with an `output:: `, `input:: [[chatgpt]]` and `link:: ` properties. Nested below should come the content of your response: e.g:
```markdown
- ### Title of your response
input:: [[chatgpt]]
link::
- The rest of the markdown
```
Remember to return this in markdown code that I can copy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment