Codimd: Standalone app

Created on 30 Sep 2015  路  8Comments  路  Source: hackmdio/codimd

Can make a chrome extension looks like https://dragdis.com/
Would be great to quick access notes and organize them.

Chrome apps can help to do an offline editing and saving images in local.
Even more convenient to access notes without loading remote resources.

feature

Most helpful comment

Electron sounds great!!

All 8 comments

And also maybe http://electron.atom.io/

:+1:

Also can make plugins or packages for text editor like: atom, brackets, sublime text

https://github.com/Fankserver/atom-firepad/blob/master/lib/firepad-lib.js#L2644

If you can't wait, try on https://github.com/jiahaog/nativefier
I have tested it on OSX, everything works fine! :100:

Electron sounds great!!

@jackycute the hint with nativefier is great!

We pusht those natived apps to our users and it's super lovely too have HackMD as a separated window from the browser itself!

For all who want to follow:

# I was forced to run this twice but it worked than
npm install nativefier -g

nativefier --platform {windows,linux,osx} --maximize --name "<place a title here>" "https://<plcae your hackmd url here>"

Now you can zip the resulting folders and hand them over to your users. Easy, fast and very useful.

In case you really want to do: you can place these steps in travis and provide the artefacts using Github.

This issue turned into the electron wrapped desktop app in https://github.com/hackmdio/hackmd-desktop.
Please follow above repo for more details.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nitwhiz picture nitwhiz  路  4Comments

Someniak picture Someniak  路  3Comments

dsprenkels picture dsprenkels  路  3Comments

ccoenen picture ccoenen  路  4Comments

ghost picture ghost  路  4Comments