You can use pretty much anything you like - it essentially is just opening a temporary .md file in an application and it really depends on what you want.
I've personally used marktext & typora (for wysiwyg markdown editing), atom & vscode (for source code type editing with the editing power you get from a big powerful text editor) and neovim in the desktop client and nano & vim in the cli app (for terminal type editing).
If you want to get really fancy you can look at the vscode plugin which takes external editing to an extreme level by replicating the entire joplin note structure in vscode.
Thanks I think I want an editor with lots of options buttons shown - like font, font size & colour, indents, justify-left-right, tables etc
i.e. not a minimalist writing app at all.
But then, can this level of formatting be saved into a Joplin MD file?
Some sort of WYSIWYG or dual pane
But I am not aware of all the options that are out there, especially those that are available in both Win and Linux
So far I only have:
Typora (one time cost is OK for me, but is '3 devices' only on windows and would 3 linux OS's count as 3 devices?)
marktext
They are also very minimalist.
I just want to experiment, perhaps in the end I will just use the Joplin markdown editor, or p'raps the WYSIWYG editor - who knows.
Whatever you write has to conform to the markdown specification (+ extras supported in Joplin) in order to be saved. Some markdown editors come with their own syntax flavours for additional functionality but they will not render within Joplin.
The exception to this is if they save these features as HTML but then YMMV.
Abricotine is a popular wysiwyg editor that is a little less minimal than marktext and typora (also I had no idea typora now costs money, thats new).
Honestly I can seriously recommend getting more familiar with markdown editing rather than relying on toolbar buttons, it is just so much more efficient. I happily just use the standard joplin two pane editor for 95% of things and mostly only use external editing for when I want something a bit more powerful for which I usually use atom.
Thanks,
I think you are probably right about the markdown editing
How do you use Atom? I vaguely remember it has a markdown plugin or something?
I only use it for editing my website pages ('phonetically' in the same sense as the Beatles sang in German without speaking it)
How can I find out what Markdown supports and which extras are supported in Joplin, specifically?
I don't use it in any real "markdown" mode other than the syntax highlighting, I use it for multiline editing, find + replace with regex, that kind of stuff. Basically when I need to do some serious editing of an existing note.
I don't think that is a thing.
The richtext editor (also referred to as wysiwyg editor) is the one built into joplin that you access with the button in the top right.
Rich markdown is a plugin you have to install and adds features to the standard editor.
I am now understanding (remembering?) that the plug-ins under Markdown in Options are built in and that then there are more under plug-ins that I can download the .dl file and then install
I think I can pretty much do what I need with just the built in plug-ins and a couple of installed ones to add buttons ( [Menu items, Shortcuts, Toolbar icons] [Note list and sidebar toggle buttons ] [Insert Date ]) Untagged is helpful too.
I didnt get on with Rich text plugin on first go, couldnt really understand how to use it - I think its to not use the dual pane editor? I think I dont need it really, I can live without colour text and text size (can use marked for former and headings for latter)
I have a couple of Q's about the inbuilt ones:
Why is underline referred to as insert in the built in plug-ins?
Multimarkdown table and deflist give me a bit more syntax for more complex stuff?
If I work like that I can stay within Joplin without messing around with other editors
EDIT: It says in Joplin that the emojii markdown built in plugin does not work with the WYSIWYG editor but I can toggle between the two and the smilies remain intact
Similarly, the below renders well in both dual pane and WYSIWYG editors despite note that Multimarkdown table extension is not compatible with WYSIWYG
| | Grouping ||
First Header | Second Header | Third Header |
------------ | :-----------: | -----------: |
Content | *Long Cell* ||
Content | **Cell** | Cell |
New section | More | Data |
And more | With an escaped '\|' ||
[Prototype table]
I am obviously missing something in this respect .
You can just search and install from within Joplin, no need to download the jpl file.
Its goal is designed to help you ditch the 2 pane layout and to give a typora-esque experience on a single pane.
Because it applies the html <ins> tag - markdown at its core is a shorthand way of writing html
These are defined elsewhere (there is a link to multimarkdown on the markdown guide) and deflist I don't fully understand the purpose of but it is an html standard like <ins> rather than a specific markdown thing.
But you can't type :smile: into the richtext editor and have it turn into an emoji
Likewise, just because it renders does not mean it is compatible. You might run into issues if you attempt to edit such features from the richtext editor and often cannot create them. Therefore the plugin is marked as (wysiwyg: no).