laobubu / HyperMD

A WYSIWYG Markdown Editor for browsers. Break the Wall between writing and previewing.
MIT License
1.48k stars 137 forks source link

Markdown AST, Improve UX and refactor ? #51

Open laobubu opened 6 years ago

laobubu commented 6 years ago

First of all, thank 圆伞科技 for sponsoring HyperMD! I have some plan to make HyperMD much better:

Markdown AST

Separated Packges

Style / Theme

Marketing

UX Improving


However, for now, I'm too busy to maintain HyperMD. The plan also need further discussion. Feel free to leave comments. I think this can start in late October.

laobubu commented 6 years ago

CodeMirror 6 is coming with lots of changes. The new DOM structure of editor is clean and good, but it will be fully incompatible with HyperMD (v0.3.x)

ycai2 commented 6 years ago

感觉目前的styling不是特别configurable 希望将来可以有一个更好的构架. Either way, 非常感谢制作跟维护这个项目!

laobubu commented 5 years ago

To make both HyperMD and related npm packages (basically, powerpacks) friendly to plain browser env, a build-tool is extracted from HyperMD project.

And, the first separated package hypermd-katex is now online!

I'm going to remove all powerpacks from current HyperMD project, then provide them as npm packages. hypermd-katex already shows the promising possibility.

Maybe not powerpack. Let's call them addon?

https://github.com/search?q=topic%3Ahypermd-addon&type=Repositories

laobubu commented 5 years ago

hypermd-mathjax is now online! Also don't miss the wiki page

michaelgmcd commented 5 years ago

How about plugins? This is the term used by tools like Draft.js and Eslint. Either way, I think it's a great idea and the name shouldn't have too much effect.

laobubu commented 5 years ago

Working on the theme and style

See https://github.com/laobubu/HyperMD/tree/refractor-separate-core/theme

  1. Writing an instruction for theme designers: https://github.com/laobubu/HyperMD/blob/refractor-separate-core/docs/theme-n-style.md
  2. Try making a dark theme... (unfinished)
  3. A "playground" page designed to test themes and addons.

default

CoreParadox commented 5 years ago

Has this made any progress? I love this project, but theming it is a nightmare currently (Unless you have some tips, the 800+ lines of css is quite demotivating)

laobubu commented 5 years ago

@CoreParadox

Has this made any progress? I love this project, but theming it is a nightmare currently (Unless you have some tips, the 800+ lines of css is quite demotivating)

Check this out: dark theme and light theme. Maybe this is the best trade-off between readable code and HyperMD's mess.

HyperMD uses lots of tricky methods to make CodeMirror WYSIWYG, which make is almost impossible to write clean css for themes.

Maybe getting rid of CodeMirror is the only solution. Meanwhile, a brand new CodeMirror is coming, and it will make almost all HyperMD tricks broken. That makes me feel demotivating.

ilse-langnar commented 3 years ago

Are you thinking of making an API for adding things like inline audio/video. and other things such as iframe embeds etc.

And what about allowing native HTML like <br/> inside normal markdown that are just rendered as HTML?