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

Simple components for common HTML usage #2941

Open
wants to merge 8 commits into
base: next
Choose a base branch
from
Open

Conversation

hughess
Copy link
Member

@hughess hughess commented Dec 19, 2024

Description

There are some situations where you need to reach for HTML tags in Evidence. Over time we want to eliminate as many of these situations as possible by providing built-in functions that are easily memorable and built into our autocomplete systems.

Adds following components:

  • Image (wraps img tag)
  • Embed (wraps iframe for simple tasks)
  • Link (wraps a tag)
  • Note

Examples:



Checklist

  • For UI or styling changes, I have added a screenshot or gif showing before & after
  • I have added a changeset
  • I have added to the docs where applicable
  • I have added to the VS Code extension where applicable

Copy link
Member

@archiewood archiewood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few thoughts inline

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.

3 participants