Skip to content

Releases: Coffee-for-Cats/pad-md

Stable 0.6

16 Nov 23:15
Compare
Choose a tag to compare

Changed the markdown html builder to marked, that is just better in every aspect.
I am no longer doing validations and code can be injected by cross-site scripting, but it should be rare and should not be able to do anything more than change some .txt or .md files in your computer.
Tabbing now adds 4 spaces similar to VSCode's.

stable 0.5

27 Jul 18:58
Compare
Choose a tag to compare

Auto saving, new option on menu and much more!

Stable 0.4

03 Jul 02:39
Compare
Choose a tag to compare

português

Inclui diversas melhorias em funcionalidades, menu funcionando, com botões para editar, salvar e abrir.
Abrir uma nova aba e clicar em "edit" iniciará um novo documento; aperte "save" para salvar o conteúdo como um novo arquivo.

  • Títulos e subtítulos funcionando.
  • Itens de lista funcionando.
  • Negrito funcionando.

english

Includes various enhancements on functionalities, working menu, with edit, save and open buttons.
Opening a new tab and clicking "edit" will start a new blank document; press "save" to save the content as a new file.

  • Titles and subtitles working.
  • List itens working.
  • Bold working.

Stable 0.3

05 Jun 21:47
Compare
Choose a tag to compare

-- Ok, agora vou mudar novamente o formato do nome das releases do meu projetinho hihi.

português

Nova versão, mais bonita e mais funcional. Suporte a abrir arquivos de maneiras menos ergonômicas (na minha opinião pelo menos), e suporte a títulos e subtítulos. Modo de visualização também implementado!

english

New version, prettier and more functional. Suport to opening files in less ergonomic ways (at least in my opinion), and suport to title and subtitles. Viewing mode implemented too!

stable 0.2

21 May 02:12
Compare
Choose a tag to compare

português

Esta versão recebe poucas mudanças funcionais e algumas mudanças visuais. Aqui o aplicativo está próximo ao bloco de notas do windows, porém ainda não há funcionalidades de markdown.

  • Removido a separação de parágrafos na edição do texto.
  • Agora o aplicativo representa corretamente os espaços e quebras de linha ("/r").
  • Removido o uso de Typescript do front-end; considero ainda utilizá-lo futuramente.

english

This version includes few functional changes and some visual changes. Here this app is close to the windows notepad, but still doesn't have any markdown functionalities.

  • Removed the separation of paragraphs in the text edition.
  • Now the app correctly represents spaces and line breaks ("/r").
  • Removed typescript from the front-end; I still consider using it in the future

alpha 0.1

10 May 21:28
Compare
Choose a tag to compare
alpha 0.1 Pre-release
Pre-release

Primeira versão funcional.
É possível abrir arquivos de texto ou markdown, redimensionar a tela, fechar ela, editar o texto simples presente nela e salvar o conteúdo dele.
Para abrir um arquivo, arraste-o para dentro da janela do aplicativo.