Replies: 2 comments 1 reply
-
Ok got it running ... Personally i prefer to put everything in a Virtual enviroment so is dosent tamper whith the rest of my system. After Installing Micromamba: i created a folder to contain all this (\milktest) and cd into the folder. Be sure to have mircomamba updated Append the comunity channel Create the Virtual enviroment and activate it Install Node and update to recent stable Fetch the example Repo(Git schould be installed): Dive into an example (e.G. cd vanilla-commonmark) Install and start the project: I Installed pnpm via npm but it failed installing when diving into the example/subdirs :
But basic npm did the job, so i dont care. The frustrating thing now, is that there is no example of an at least halfway functional editor that can load and save files and is at least half way usable. If there is a usable Version out there maybe simply link it ? This project has an enormous potential but it seems you are missing the basics. Get a Product running with basic functionality and the advertise it. Obsidian started as a simple notetaking app, now its a big conmpany. You can call me a grumpy old man but i get angry when a project whith a potential like this fucks up the basics.... |
Beta Was this translation helpful? Give feedback.
-
An installer is too far for this project. But I do notice some difficulties for beginners to start with milkdown. I'm working on a package called crepe to provide an editor that can work just out of box without much config and code. And it will also be a good example :) |
Beta Was this translation helpful? Give feedback.
-
I looked for alternatives to Typora as the developers are a bit "unflexible" when it comes to extensions of their product...
So i stumbled over Milkdown as i really liked the idea of having just a basic editor and everything else is just modules... The first thing that completely dissappointed me was that there was no easy way to intall and test it.
I would guess most pepole using Typora, aren't into building node apps by themselfes and most havent even an idea on how to get node.js up and running. So as soon as they arrive here they find no installer , and instantly turn away. And to be true, thats a pitty...
Basically i am a backend PHP developer and have some experience whith Python but almost never had much to do whith Node.
Ok i set up micromamba for a new enviroment and installed node into it. Next question was what package do i need ? Ok, lets try....
npm i milkdown
npm ERR! No versions available for milkdown
A quick search on https://www.npmjs.com gave me milkdown/core as an package.
This failed miserably as i forgot the @ in:
npm i milkdown/core
:-)The next showtopper that got me was my silly old github account, as i usually use a locally hosted version of gitlab. But for downloading the repo it asked me to authenticate whith github and github did tell me, "no that features whithout 2FA" ... so i had to have angit account and setup 2FA with git first, before anything would happen ;-)
Ok now it installed ... but
Created a editor.js whith the content from first example in getting started
node .\editor.js
And nothing happens ....
Thats the point where i gave up and just thought you schould know about.
The "getting started" is a "go away if you are no node developer".
I really like the idea, please update the getting started.
Beta Was this translation helpful? Give feedback.
All reactions