Typora: A truly minimal markdown editor
41–50 of 72 posts
Re: Typora: A truly minimal markdown editor
#42Earlier quoted context omitted.
If you use a live preview plugin with your code editor you can choose not to look at the code and focus on the rendering of it in a browser.
Why would I do that when I can edit the rendered version directly?
Also with Vim (I can't speak for other editors) it has the option of concealing the markdown characters themselves so it looks more like a rendering of it. I don't use that personally but if you prefer not seeing the noise of backticks for code blocks or double asterisks for bold you can hide it.
Re: Typora: A truly minimal markdown editor
#43Earlier quoted context omitted.
There was also a time when vi was considered a memory hog with crazy feature creep.
I don't remember that at all. Are you sure you're not thinking of emacs?
Re: Typora: A truly minimal markdown editor
#44Are most of you using dedicated markdown editors? What about using your code editor's markdown plugin and real time preview in a browser? For example with Vim, one of the plugins launches a browser and then you get a real time preview while you type in Vim. The nice thing is you can tell it to use a specific CSS file so you can get a 100% copy of GitHub's README styles. It even syncs your cursor if you want that beha…
Re: Typora: A truly minimal markdown editor
#45Earlier quoted context omitted.
Why would I do that when I can edit the rendered version directly?
One benefit I guess is you don't need a dedicated program and you can continue using your code editor. You also have full control of what the render looks like (which is helpful for GitHub READMEs). Also with Vim (I can't speak for other editors) it has the option of concealing the markdown characters themselves so it looks more like a rendering of it. I don't use that personally but if you prefer not seeing the nois…
If you like vim and want to use it for markdown, that's great. I personally like a more specialized tool. Then again, I'm also a writer and spend more time in that mode than most programmers. If you spend all your time programming and only occasionally need to write a markdown document, then I can see the appeal of the setup you're describing.
Re: Typora: A truly minimal markdown editor
#46I tried about every noteworthy Markdown editor in recent years. Typora is the one I am still using. Great work. I hope they don’t ask for a subscription fee, but one time payment, once out of beta.
Re: Typora: A truly minimal markdown editor
#47Are most of you using dedicated markdown editors? What about using your code editor's markdown plugin and real time preview in a browser? For example with Vim, one of the plugins launches a browser and then you get a real time preview while you type in Vim. The nice thing is you can tell it to use a specific CSS file so you can get a 100% copy of GitHub's README styles. It even syncs your cursor if you want that beha…
I use vim for markdown editing, but I've been searching for a better alternative. Mainly, I want to be able to easily copy-paste between the editor and other programs. This is hard with vim because yank doesn't pull into the system clipboard by default. In my 11 years of working with vim, I've only found a reliable way to configure that behaviour twice, but it stopped working.
If you run Vim with +clipboard support then you can yank things directly to and from your system clipboard by setting `set clipboard=unnamedplus`.
Then Vim copy / pasting will work seamlessly like any other program on your system.
You can also have it seamlessly work with tmux too and even with WSL if you're using terminal Vim in Windows through WSL.
Here's a video that demos how it all works and also has a link to my dotfiles: https://nickjanetakis.com/blog/getting-copy-paste-to-work-in...
Re: Typora: A truly minimal markdown editor
#48Earlier quoted context omitted.
One benefit I guess is you don't need a dedicated program and you can continue using your code editor. You also have full control of what the render looks like (which is helpful for GitHub READMEs). Also with Vim (I can't speak for other editors) it has the option of concealing the markdown characters themselves so it looks more like a rendering of it. I don't use that personally but if you prefer not seeing the nois…
You don't seem to be getting the point. Vim is for code. Typora is for documents. They are different tools tailored specifically for different jobs. You wouldn't use microsoft word to write code, would you? If you like vim and want to use it for markdown, that's great. I personally like a more specialized tool. Then again, I'm also a writer and spend more time in that mode than most programmers. If you spend all your…
Re: Typora: A truly minimal markdown editor
#49Typora was interesting but it was very buggy, and doesn't handle tags which are important for notes.
My main criteria were an open file format, ideally editing plain text files on disk using Markdown as the formatting. This ruled out apps like OneNote, InkDrop, Standard Notes and others.
If you don't mind about having a proprietary database so long as the data can be exported to Markdown, https://bear.app is my favourite so long as you're on an Apple device.
I will also be interested in https://nvultra.com/ once it comes out of private beta.
I published my full writeup today at https://davidmytton.blog/the-best-note-taking-apps-for-mac-m...