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

frontmatter field in ContentEntry #135

Open
TwistingTwists opened this issue Aug 23, 2023 · 2 comments
Open

frontmatter field in ContentEntry #135

TwistingTwists opened this issue Aug 23, 2023 · 2 comments

Comments

@TwistingTwists
Copy link
Contributor

Can you give a brief idea on frontmatter field on ContentEntry?
What is it for?

@TwistingTwists
Copy link
Contributor Author

def handle_event("save", %{"frontmatter" => params, "content_entry" => form_params}, socket) do

This crashes because no function definition matches.

@bluzky
Copy link
Owner

bluzky commented Sep 25, 2023

sorry for late reply, I'm quite busy with my new job. This field contains frontmatter defined in markdown file. Something likes this:

---
title: Frontmatter section
---

Here is content_entry
# Markdown section

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

No branches or pull requests

2 participants