-
Notifications
You must be signed in to change notification settings - Fork 112
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
Support more Markdown formating #276
Comments
multiparagraph should work with shift+enter in insert mode it may not be too hard to support these things - see src/plugins/html/index.tsx and src/plugins/latex/index.tsx for examples of similar plugins. you can already do those things via the html plugin, though html is definitely less nice than markdown! |
After sometime trying out, I think the parser should directly support formating, not as a plugin. For example, I am migrating some old notes from Pandoc, and I might write my own version of vimflowy using Kotlin and Kotlin.js... let's see -_- |
yeah, I knew that having it as a plugin creates some limitations/issues, but I wanted it that way for other reasons. whoah, cool! let me know if you do, I'd be interested in looking at the code and trying it out! |
yeah, I tried an early version at some point! @molikto how has it been going? |
I've been using it personally and satisfied with it, but I am no longer activity developing it anymore:
|
I would also really like the ability to handle mark down style web links. I don't think there's a way to shorten links at this point so I end up with just big ass URLs in my notes |
not ideal, but there's an HTML plugin so that you can just inline raw html!
pull requests welcome to make it nicer :) |
code blocks
like this
1. item 1
2. item 2
This is not going to make Vimflowy a "rich editor" because the editing mode is still text-based, but the good thing about Vimflowy is it is easier to preview things (compared to Markdown live preview), so it should be more useful to have more formating
The text was updated successfully, but these errors were encountered: