Has anyone used the dillinger markdown editor?

I discovered this markdown editor tonight

It is Javascript. Not in my Debian repo, but has a Github site

from which you can download.
Its only requirement is Node.js V10.

It would be nice to know if someone has used it?
Or, is anyone willing to try?

I’m using the online version, when needed. It does a fairly good job, as far as I can tell.

I would want to install it locally, but at least you can say it functions.
Am currently using keenwrite.

I’d appreciate it if it ran on my own server.

It says this

Dillinger requires Node.js v10+ to run.

Install the dependencies and devDependencies and start the server.

cd dillinger
npm i
node app

That to me seems to imply that it can be installed locally?
Vague instructions… bad vibes maybe

I didn’t try, but I assume it will work as promised.

Instead of raising a new topic- I’m looking for a MarkDown editor that’s cross platform - and can maybe run as a portable app on MS Windows (e.g. in a Virtual Desktop via RDP etc)…

Portable as in I grab an exe file from somewhere - plonk it on my remote windows session and double click it and run it without admin rights… but hopefully also available on MacOs and Linux too…

by MarkDown editor - I’d like a side-by-side so I can see the WYSIWYG format on one side, and plain text with MarkDown on the other…

Yeah - I know VSCode can do this - but that’s kinda overkill

Note : I could websearch the above, and I have - but I’d like personal opinions from members here…

MarkDown editor that’s cross platform

It comes for Linux as a static binary. You just drop it in a bin directory.
Have not tried the Win version . For Mac it looks like there are some fiddles.

That is exactly what it does

I use keenwrite for making forum posts. It was recommended to me by @Rosika.

Github can display .md files, but it is not an editor. The Github version of markdown is slightly different from the original.

Sorry , that has a transparency issue, but you get the picture.
It can handle images

Thats better, no transparency.

I found out you can run VS-Code as a portable app - direct from Microsoft! Are they more reasonable than Apple and Google? I suspect they probably are…

Running a portable “exe” is basically “side loading”… Google don’t want you to install from an APK, Apple don’t want you do whatever “that is” on their Mobile O/S…

Apple still bascially give you “root” access to your MacBook MacOS system… For how much longer? I love having UNIX running on a RISC processor with a half decent shell underlying it… Are Apple going to kill that?

Anyway - never figured out how to get VS-Code as a portable app to show my *.md file as a MarkDown document… Too Hard Basket… I was ablee to double click the exe binary and run it… But trying to get it to let me edit, and WYSIWYG an *.md text file? Too Hard Basket…

I know I can display it in a terminal - i.e. “bat $textfile.md” and it will show it as markdown…

I may have to resort to drafting a post on this forum - just to get my MD document sorted… BTW I love editing and displaying MarkDown on this forum and other DisCourse forums…

I’ve been using Dillinger all morning - it’s great - it imported my .md file (created in Notepad++ on Windows [remote RDP session]) and I figured most of it out…

But - I’ve been using the online version - I’ve no idea how to resume my editing session on another computer - as it says the Google Drive option isn’t available to me - but the “marketing” says :

I think this is google’s fault - not the developer of dillinger :

I tried to use OneDrive so I could connect to the Microsoft environment for this customer - but it defaults to my freebie Outlook microsoft account and doesn’t offer me a choice…

I dont think keenwrite would sync internally, but you can always sync the files.

Not sure how that’s relevant - isn’t keenright geared towards PDF?

I LOATHE PDF… In fact I kinda hate it more than DOCX or ODF…

I just want MarkDown in a plain text file…

Yes, but you would normally keep the .md file.
I use keenwrite to make .md’s for itsfoss … there is no .pdf involved there … I just make a .md text file. Keenwrite shows me how the .md will look when formatted.
That is all I want.
Keenwrite has lots of other features … but you dont have to use them. It is a fine .md viewer/editor.

The other good .md viewer/editor is remarkable.
Last time I looked its .deb file had some bugs and I had to find a third party fix.
I think I still have the fix.

I did once find a .md viewer/editor that had a vi mode. I forget its name. Can search if you are interested. It was a touch primitive compared to keenwrite and remarkable.

I have absolutely nothing against Dillinger. I was successfully using it in the past.
But nowadays I do all of my markdown tasks with Obsidian. I organize my world into separate vaults, sync them via WebDAV with my server, and also include my mobiles (phone and tablet).

The one and only con is that Obsidian Desktop is an Electron app. :roll_eyes:

Obsidian is free and proprietary. There is some confusion about its Open Source status … apparently you can examine the source code only from within the app and it is presented in an obfuscated form that is of little use to anyone..
It does not have a a free software licence.

So it has about the same status as Android. The attraction seems to be it is multi-platform.

I wasn’t aware of this.

It seems rather confusing to me.

I’d rather keep the .md file as the “source of truth” that I can edit anywhere - in vi in a MacOs terminal… in Notepad++ on Windows…

I’m interested in WYSYWIG preview side-by-side with MarkDown - like when you edit a post on discourse…

I tried Obsidian for a while - I couldn’t figure out if you can see a preview of MarkDown so gave up…

That is what keenwrite and remarkable do.

Just what is markdown and why would i need or use it. (Stupid question of the day) I use WYSIWYG editors all the time. Is it like wordperfect…