hackmdio / codimd

CodiMD - Realtime collaborative markdown notes on all platforms.
https://hackmd.io/c/codimd-documentation
GNU Affero General Public License v3.0
9.24k stars 1.05k forks source link

hackmd.io/new with offline support? #398

Closed orschiro closed 6 years ago

orschiro commented 7 years ago

Dear all,

I am just wondering whether we could implement offline support for hackmd.io/new?

This would be great to create a new note quickly even while being offline. :-)

Yours,

Robert

a60814billy commented 7 years ago

Thanks @orschiro Use HackMD in offline environment is a cool feature. But we practically don't have not enough time and resource to do this. PR welcome!

orschiro commented 7 years ago

I would love to say I could help with a pull request but unfortunately I cannot.

Hopefully someone else can contribute though!

aflashyrhetoric commented 7 years ago

I recently read some resources around "PWA-ifying" web apps, perhaps it could be a joint effort. That would indeed make HackMD a powerful contender to things like StackEdit and Atom w/ Markdown Panes.

On Mar 25, 2017, at 2:20 PM, Robert Orzanna notifications@github.com wrote:

I would love to say I could help with a pull request but unfortunately I cannot.

Hopefully someone else can contribute though!

― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

orschiro commented 7 years ago

@aflashyrhetoric,

I know StackEdit but what is “Atom w/ Markdown Panes”?

coderofsalvation commented 7 years ago

I, and many chromebook users would definately want this. We could write some ajax-middleware which caches stuff.

ccoenen commented 6 years ago

I believe there is some resonance here, so I removed the vote-wanted label. If anyone wants to work on this: feel free to contribute a pull request!

ccoenen commented 6 years ago

this is also related to PR #673 - once that endpoint supports adding content, one could just use that as soon as the browser comes online.

SISheogorath commented 6 years ago

This won't make it until 2.0. The entire frontend works synchronous with the backend (we only give a little gitter) to keep everything manageable and conflict-free.

I'll close this for now, but don't worry, we'll keep offline support in mind :)

zemse commented 3 years ago

Sometimes traveling (in a car or train) when the network just comes and goes away, HackMD freezes for the moments system is offline. It's very annoying when you are just writing down ideas and the cursor stops typing out of nowhere.

Though I understand it'd get conflicting if offline editing is allowed, however, if there is no collaboration, offline could be allowed for this particular case.

I request contributors to open this issue, as at least it might get some consideration.