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

Allow for custom components in the body text of aticles #80

Open
cuibonobo opened this issue Dec 26, 2023 · 0 comments
Open

Allow for custom components in the body text of aticles #80

cuibonobo opened this issue Dec 26, 2023 · 0 comments

Comments

@cuibonobo
Copy link
Owner

Example: https://fjord.style/going-into-depth

I've seen this done with a Markdown + React library. Another way to solve this would be with block-style editing reminiscent of a Jupyter notebook. An issue I have with the blocks solution is that the blocks don't have a semantic relationship between each other. For Markdown the semantics aren't explicit either though... For example:

# An H1 heading
Some text that belongs to the H1 heading.

## An H2 heading
Some text that belongs to the H2 heading.

---
My _intention_ with this paragraph is to close the H2 topic and return to the H1 topic, but I don't think that's actually possible without enclosing tags of some sort.

The UI for transcribing intended semantic meaning is probably outside the scope of this issue, though.

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

1 participant