seti-syntax icon indicating copy to clipboard operation
seti-syntax copied to clipboard

Add support for Markdown

Open ghost opened this issue 9 years ago • 11 comments

Is it possible to add markdown syntax highlight to the theme? that would be great

ghost avatar Jan 31 '16 23:01 ghost

What exactly would you like to see? There are no keywords, variables or functions in Markdown so it would be hard to get a sense of what the syntax would be working on.

karloluis avatar Feb 29 '16 17:02 karloluis

@karloluis for example image

which highlights the headline tags, quotes, italic and etc.

ghost avatar Feb 29 '16 21:02 ghost

Okay now, THIS is sexy! Is this a plug-in for some other software? Maybe there is a language package in apm that sets the grammars for seti-ui to go through.

karloluis avatar Feb 29 '16 21:02 karloluis

the above screenshot is from http://macdown.uranusjr.com/

ghost avatar Feb 29 '16 23:02 ghost

Atom somewhere recently added support for theming Markdown preview: https://github.com/atom/markdown-preview/pull/298

It's on my todo list, but will happily accept a PR is somebody wants to beat me to it :)

jesseweed avatar Mar 01 '16 22:03 jesseweed

this is a better representation could be implemented

Markdown Syntax

luiscobot avatar Mar 21 '16 02:03 luiscobot

Oh. It is so cool to add the syntax for markdown!

kid7st avatar Mar 22 '16 20:03 kid7st

Depending on the implementation it seems this would work for asciidoctor highlighting also: https://github.com/asciidoctor/atom-language-asciidoc/blob/master/styles/asciidoc.atom-text-editor.less Currently Seti is acceptable for Asciidoc editing, but not as awesome as it is for other source code highlighting. Therefore it would be great to see this Markdown support drop.

nicorikken avatar Apr 22 '16 08:04 nicorikken

Any progress on this? Markdown preview is one of the best features in Atom, and having a good syntax for editing it in Seti would be nice.

fievelk avatar Dec 06 '16 09:12 fievelk

Why not use https://atom.io/packages/language-markdown ?

hongweiyi avatar Dec 06 '16 15:12 hongweiyi

I submitted a PR (#138) to improve markdown syntax colors with Seti Syntax. I also made it available as a gist: you can copy-paste it in your Atom styles.less file. It works with both language-markdown and language-gfm.

Link to gist: Atom stylesheet customizations for markdown.

fievelk avatar Dec 27 '16 09:12 fievelk