Epsilon – a Markdown theme freely inspired by Epsilon Notes.
Epsilon is an elegant Markdown theme that uses a combination of shades of blue and gray, besides of the use of projected shadows in blockquotes, tables, code snippets and images in Markdown files, giving them a sense of depth, like in Material Design.
The use of the most-known serif font of all – Times New Roman –, headings in small caps (with the 1ˢᵗ heading in center) and an indentation of 2em
in the first line of each paragraph makes this theme fits great for printing, too.
Epsilon is avaliable for use in 3 ways:
- Epsilon Markdown Theme for Atom (requires the package
markdown-preview-enhanced
by shd101wyy) - Epsilon Markdown Theme for Typora
- Epsilon Markdown Theme Inline CSS (for old Markdown parsers).
To download Epsilon, click in the button of your choice below:
Assuming that you already have the package markdown-preview-enhanced
by shd101wyy installed:
- Open Atom's Command Palette ("View" > "Toggle Command Palette" or press
Ctrl
+Shift
+P
). - Search or type this command:
Markdown Preview Enhanced: Customize Css
. It opens a file calledstyle.less
. - Copy all text in
style.less
file that you downloaded here and paste in that file. - Save the file and close it.
- Enjoy!
This way can override all custom styles that was previously in style.less
file without your consent!
- Copy the
style.less
file that you downloaded here and paste in~/.mume
folder. - Enjoy!
- Open Typora's themes folder ("File" > "Preferences..." > "Open themes folder"). It opens your file explorer in that folder.
- Copy the
epsilon.css
file that you downloaded here and paste in themes folder. - Restart Typora. The theme will be avaliable in "Themes" menu. Click on "Epsilon".
- Enjoy!
It is possible to use Epsilon in Markdown files generating HTML with inline CSS. It works only on Markdown parsers that doesn't sanitize inline CSS in Markdown files (see the list of most Markdown parsers here).
- Copy all text in
epsilon.html
file that you downloaded here and paste in the beggining of your Markdown file. - Parse your Markdown file.
- Enjoy!
Found a bug? Want to suggest something new or an improvement? Let us know here on GitHub!
- Gustavo Moraes - [email protected]
Contributors are welcome! Pull Requests · gustavosotnas/epsilon-markdown-theme
Epsilon is distributed under the terms of the MIT License. See the LICENSE file for details.
Epsilon – um tema para Markdown livremente inspirado no Epsilon Notes.
Epsilon é um tema elegante para Markdown que usa uma combinação de tons de azul e cinza, além do uso de sombras projetadas nas citações, tabelas, trechos de código e imagens em arquivos Markdown, dando a eles a sensação de profundidade, como no Material Design.
O uso da fonte serifa mais conhecida de todas – Times New Roman –, títulos em versaletes (com o título de 1º nível centralizado) e um recuo de 2em
na primeira linha de cada parágrafo faz este tema ser ótimo para impressão, também.
Epsilon está disponível para uso de 3 formas:
- Epsilon Markdown Theme para Atom (requer o pacote
markdown-preview-enhanced
por shd101wyy) - Epsilon Markdown Theme para Typora
- Epsilon Markdown Theme Inline CSS (para conversores Markdown antigos).
Para baixar o Epsilon, clique no botão da sua escolha abaixo:
Supondo que você já tenha o pacote markdown-preview-enhanced
por shd101wyy instalado:
- Abra a Paleta de Comandos do Atom ("View" > "Toggle Command Palette" ou pressione
Ctrl
+Shift
+P
). - Pesquise ou digite este comando:
Markdown Preview Enhanced: Customize Css
. Isto abrirá um arquivo chamadostyle.less
. - Copie todo o texto no arquivo
style.less
que você baixou aqui e cole nesse arquivo. - Salve o arquivo e feche-o.
- Divirta-se!
Este modo pode sobrescrever todos os estilos customizados que estavam previamente no arquivo style.less
sem o seu consentimento!
- Copie o arquivo
style.less
que você baixou aqui e cole na pasta~/.mume
. - Divirta-se!
- Abra a pasta de temas do Typora ("Arquivo" > "Preferências..." > "Abrir Pasta do Tema"). Isto abrirá o seu explorador de arquivos nessa pasta.
- Copie o arquivo
epsilon.css
que você baixou aqui e cole na pasta de temas. - Reinicie o Typora. O tema está disponível no menu "Temas". Clique em "Epsilon".
- Divirta-se!
É possível usar o Epsilon em arquivos Markdown gerando HTML com CSS inline. Isto funciona apenas em conversores Markdown que não fazem sanitização de CSS inline em arquivos Markdown (veja a lista dos principais conversores Markdown aqui).
- Copie todo o texto no arquivo
epsilon.html
que você baixou aqui e cole no início do seu arquivo Markdown. - Converta o seu arquivo Markdown.
- Divirta-se!
Encontrou um bug? Quer sugerir algo novo ou uma melhoria? Informe-nos aqui no GitHub!
- Gustavo Moraes - [email protected]
Contribuidores são bem vindos! Pull Requests · gustavosotnas/epsilon-markdown-theme
Epsilon é distribuído sob os termos da MIT License. Consulte o arquivo LICENSE para mais detalhes.