ciberlandia.pt é um dos muitos servidores Mastodon independentes que podes utilizar para participar no fediverso.
Uma instância 🇵🇹 dedicada à tecnopolítica e também a tudo o resto. Regras e termos em ciberlandia.pt ❤️ 🏳️‍🌈

Estatísticas do servidor:

101
utilizadores activos

What are you using to edit locally? I write educational stuff with lots of images, I would like to see them in a preview...

I'm on Linux, and I'd like some tool

Público

@villares I don't do a LOT of Markdown, but ghostwriter.kde.org/ is pretty good. It has the basic MD syntax for images but if you want to control image size you'll have to use html tags. It has an optional preview mode too.

Público

@woltiv cool, I should have a go at it!

(yeah, image control is a bit of a chore when using md...)

Público

@woltiv @villares i use marktext, mostly because it does it all in the same window, not the usual double panes... and the pdf output is easy to tweak (font size, etc)

sometimes i also edit in geany, and there is a plugin that shows a preview in the side pane

Público

@yorik @villares That looks pretty good too! Especially the table support.

Público

@woltiv @villares Yeah that's what I typically use too, that or KWrite, but Ghostwriter is definitely more optimized for being a Markdown editor.

Público

@villares Jupyterlab funciona bem localmente e com preview:

Público

@ewout uia, nunca pensei nessa possibilidade hein... interessante!

Tinha vontade de usar pra produzir meus materiais didáticos mas preciso terminar o doutorado antes de embarcar em um yak-shaving gigante...

Não listado

@villares I don't do a lot of markdown, but I use joplinapp.org/ when I do, which I think technically does what you ask (open source, Linux, immediate preview)?

joplinapp.orgJoplin websiteJoplin, the open source note-taking application
Público

@villares
I use Obsidian for note and some time for more longue or complexe document MarkText marktext.cc

Je n'ai pas encore compris pourquoi parfois je bascule peut être le mode Zen de marktext

www.marktext.ccMarkText
Público

@villares pra coisas com imagens eu costumava usar o Joplin https://joplinapp.org/

joplinapp.orgJoplin websiteJoplin, the open source note-taking application
Público

@rony eu testei o Joplin mas por algum motivo que enão lembro não clicou, acho que no geral era OK...
Cheguei a usar o Marktext no passado e lembro vagamente que estava ruim de instalar, mas agora tem um Appimage fácil eu vou talvez testar novamente ele.

Público

@villares o que eu não curto no Joplin é o layout com 3 colunas verticais, muito estranho.

Público

@contrefeu I also use Logseq! but only for my personal notes, not to edit my teaching materials that live in a public repo afterwards :(

Público
@villares@ciberlandia.pt [ciberlandia.pt] @contrefeu@akko.contref.eu I'm another #Logseq user, but a begginer one. It is possible to export notes, but I'm not so sure about the best way to do it.
Público

@daltux @contrefeu yeah, I've heard about people who export/publish selected notes, but I didn't explore that either... maybe I should think about it.

A thing that might bother me is the "block" hierarchy focus of Logseq, it might disturb me when writing my "normal" tutorials....

Público

@villares Intellij Idea has a free edition. And good Markdown / AsciiDoc features.

Público

@taseroth @villares Little bit overkill using IntelliJ Idea just to write some Markdown.

Público

@manum @villares You think? 😂. Well, I have it open all the times anyway. But yes, only for this ...

Público

@villares Pandoc can generate HTML from Markdown. I wrote a small shell script to watch for file changes, using entr tool, and Pandoc to rebuild HTMLs. And I continue using my preferred text editor as usual, btw I use vim or neovim.

Entr site:
eradman.com/entrproject

Pandoc site:
pandoc.org

eradman.comentr(1)
Público

@villares I use @zettlr it's pretty and very good

Não listado

@villares
As a programmer I use VSCodium with markdown support (including preview side by side). Not sure if this is good for non-coders.
@ueeu

Não listado

@jensens @ueeu it's for my introductory Python teaching materials. I'm not using VSCodium recently, but I should have a look if I have the chance... For coding I end up using Thonny IDE mostly, which is the same thing I use in class.

Não listado

@villares
@ueeu I don't know if I'd _recommend_ doing things the way I do, but I use NVim and vmd open side by side. It's pretty solid, especially if you use a tiling WM. I think there's some Vim frontends that can actually embed a markdown preview though.

Público

@villares My 50 cents: VNote, Zettlr, QOwnNotes

Público

@villares
Let me please even do this.

Reqs:

* 1 : Markdown syntax highlight in the edit mode
* 2 : Highlight @names & #tags (set color per tag)
* 3 : Image preview in the edit mode
* 4 : Distraction-free edit (mute other lines)
* 5 : Tabs
* 6 : Table of Contents
* 7 : Follow links for other files
* 8 : Work with any source, no need to create a "vault"
* 9 : Spellcheck (not failing after 35000 symbols)
* a : HTML-preview
* b : Low resource consumption
* c : Deep customization of CSS
* d : Panels on a single side
* e : Autocorrect (auto replacement patterns).
* f : Read-only mode (Vim-like)
* g : Pin tabs
* h : Line numbers

The compliant matrix (functions they DO NOT have):

* …2…4……………………defg… : VNote
* ……………………9…bc……f…h : Zettlr
* …234………………………e…g… : QOwnNotes
* …2345…7…9……c…efgh : Ghostwriter
* …23…5…7…9abc…efgh : MarkText
* 1234……7…………cdefgh : KeenWrite
* …234…67…………c…efg… : ReText
* 12345…789…bc…efgh : Joplin
* …………………8……………………… : Obsidian
* Haroopad
* Logseq
* Beaver Notes

Não listado

@villares
I had the same question back in 2018. I tried many tools (some are not maintained anymore). I ended up with Joplin, especially because of the markdown extensions that you can enable, such as mermaid.

But eventually my use-case changed quite a bit and also my eyes got used to only seeing markdown. So for the past two years I use markdown.el in Emacs. But to my colleagues I have suggested Joplin [1] and GhostWriter [2].

1. joplinapp.org
2. ghostwriter.kde.org

joplinapp.orgJoplin websiteJoplin, the open source note-taking application
Público

@villares I use Doom Emacs. A bit of initial startup but totally worth the time investment.

Público

@villares I use Codium for this currently