Markdown Editor built with alpine & tailwind #2035
JeremyJaydan
started this conversation in
2. Show and tell
Replies: 2 comments 1 reply
-
Hi Jeremy, it looks clean and attractive, nice! |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A few years ago I made a little markdown editor that I use pretty much everyday as a temporary editor for taking notes.
I spent the last two days re-writing it with Alpine + tailwind: https://md.jeremyjaydan.dev
Before it did have auto-save with localstorage but it wasn't reliable and I also wanted the ability to save multiple notes. Alpine made this super easy with
$persist
.Most of the time re-writing this project was spent on the preview caret (for the preview auto-scroll), it's a little buggy but it works for the most part. :)
Beta Was this translation helpful? Give feedback.
All reactions