LivelyKernel / lively.next

lively.next is a personal programming kit. It emphasizes liveness, directness, and interactivity.
https://lively-next.org
MIT License
65 stars 16 forks source link

Should be able to read and edit markdown files inside System Browser #299

Closed frcroth closed 3 years ago

frcroth commented 3 years ago

Markdown files are often used for code documentation and it would be nice to make them readable in the browser like other files. Markdown styling would be nice, but is not necessary.

merryman commented 3 years ago

We already have that capability, it is just not exposed in a straight forward manner. When you open a markdown file with the text editor, we already have mardown syntax highlighting enabled out of the box. The editor also supports markdown export to html in a window via command. Just right click on the markdown code and select "convert to html".

frcroth commented 3 years ago

Yes but Markdown files are not shown in the browser as files, only jsons and js files are listed

merryman commented 3 years ago

Ah! Gotcha. Renamed the title accordingly.

merryman commented 3 years ago

This is now supported with the new system browser! I will add more features (like live preview) in the future.

frcroth commented 3 years ago

nice!