Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(embed): introduce "bake embed" #201

Merged
merged 1 commit into from
Aug 20, 2023
Merged

feat(embed): introduce "bake embed" #201

merged 1 commit into from
Aug 20, 2023

Conversation

Mara-Li
Copy link
Member

@Mara-Li Mara-Li commented Aug 20, 2023

Thanks to @mgmeyers

it allows to add the contents of the embed in the file directly, like in easy-bake plugin.

The contents are added "as in", without specific markdown (like >).

A new option is added in the settings to allow that. To use it with front matter, user need to use "bake" or "include", like:

removeEmbed: "bake"

or

embed:
 remove: "bake"

See #190

thanks to @mgmeyers

it allows to add the contents of the embed in the file directly, like in easy-bake plugin.

The contents is added "as in", without specific markdown (like >).

A new option is added in the settings to allow that.
To use it with frontmatter, user need to use "bake" or "include", like:

```yaml
removeEmbed: "bake"
or
embed:
 remove: "bake"
```

See #190
@Mara-Li Mara-Li merged commit f61bf04 into master Aug 20, 2023
1 check passed
@Mara-Li Mara-Li deleted the bake-embed branch August 20, 2023 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant