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

Implement simple bevy-markdown renderer #93

Open
6 of 12 tasks
Dimchikkk opened this issue May 2, 2023 · 6 comments
Open
6 of 12 tasks

Implement simple bevy-markdown renderer #93

Dimchikkk opened this issue May 2, 2023 · 6 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Dimchikkk
Copy link
Owner

Dimchikkk commented May 2, 2023

Support markdown syntax in rectangle. Render markdown once a user stops editing rectangle.

Features:

  • bold text style
  • italic text style
  • links
  • inline images
  • headings
  • inline code
  • code block with syntax highlighting
  • ordered/unordered lists
  • quotes
  • tables
  • strikethrough text
  • checkboxes
@Dimchikkk Dimchikkk added enhancement New feature or request help wanted Extra attention is needed labels May 2, 2023
@Dimchikkk
Copy link
Owner Author

Dimchikkk commented May 3, 2023

@Dimchikkk
Copy link
Owner Author

Bold/italic/links implemented here: #96

@Dimchikkk
Copy link
Owner Author

Basic syntax highlighting: #99

@Dimchikkk
Copy link
Owner Author

Headers & inline code: #109

@Dimchikkk
Copy link
Owner Author

Lists: #122

@Dimchikkk
Copy link
Owner Author

Dimchikkk commented Jun 15, 2023

Headings support was temporary removed due to migration to cosmic-text.

pop-os/cosmic-text#150 should allow to return headings support back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant