-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is Hackpad unmaintained? #51
Comments
👍 |
I'm afraid they are all too busy with Paper and Hackpad is left in open source nirvana for PR reasons...:( |
This isn't heartening. Sending email to hackpad support yields this:Hi Chris, Thanks for reaching out with this question about Hackpad! Please refer to our Hackpad FAQ, and if that doesn't address your concern, please refer to the How to Use Hackpad tutorial. If your question remains unanswered after reading those, we recommend you reach out to the Hackpad open-source community, available on https://github.com/dropbox/hackpad, where you can work with the community to find resolution. Kindly, Hackpad Support |
yeah you get that answer for every support mail you write. got the same answer when i asked about the export being broken on hackpad.com because i'm trying to move all our old pads over, but they don't have the balls to outright say "sorry we don't give a fuck anymore lol" (can't really blame 'em when i look at some of the problems the code has) |
The good news is that it's basically Markdown, so you can simply copy&paste your content out. If anyone has found an amazing alternative to Hackpad for collaborative markdown editing, do tell! |
@feoh I got the same damn email. I get so pissed when this happens - I keep annoying the dropbox folks on twitter hoping they will eventually respond but effort in futility - mine is over 100 pages and such a waste of time to copy and paste etc. Note: I did try the dropbox sync - and even that does not really work - only syncs a fraction of the site. |
we switched to using the built-in Wiki in GitLab - not live collaborative On Tue, 2 Feb 2016 at 00:49 gitdebs notifications@github.com wrote:
|
The collaborative bit is key for us. I co-host a podcast, and we use Hackpad for the show notes and interview questions, sometimes we interact with each other in the doc during the show "Did he already answer this one?" etc. |
you might want to consider swtiching to a normal etherpad then if hackpad is giving you too much trouble |
How are people handling this transition? Any recommendations for alternatives? HP really hit my sweet spot, and I'm not excited about moving into dropbox world. cheers. |
So hackpad was a fork of etherpad, which another version is still actively developed https://github.com/ether/etherpad-lite . Etherpad supports plugins, and there are a few that would be useful for approximating hackpad's features : inline media previews, comments, and some even better features like markdown preview. There is an official plugin list, and if you want to just get up-and-running quickly, sandstorm.io is a pretty neat option for testing it out. Still, the etherpad design could use a bit of work, and I'm not sure how namespacing works. Paper is pretty slick, but i'm not sure how data import/export works, etc. It seems very...project management-y which could be a bug or feature. |
I'll check out sandstorm.io. Running your own etherpad-lite is not a trivial undertaking. It comes with And it requires a backing database for 'production' use. All told a real On Fri, Feb 19, 2016 at 11:08 AM, Jonathan Dahan notifications@github.com
Christopher Patti - Geek At Large | GTalk: cpatti@gmail.com | AIM: |
Another alternative, which lacks a major feature (realtime collaborative) but is 10000x easier to setup is tiddlywiki. Its a single page application that is all client-side. When you are done editing, you just save the page for a new version... Still, nothing close to a hosted solution. Of course, someone could just setup a sandstorm instance and ask users to help pay the server bills... It would be a really cool project to incorporate a P2P version of etherpad's algorithm, so no server was needed... |
@feoh have you tried installing and running etherpad-lite recently? I was looking at removing some of the pain points you were mentioning, but I really don't see them. git clone https://github.com/ether/etherpad-lite.git
cd etherpad-lite
make
./bin/run.sh
open http://0.0.0.0:9001/ The minimum supported version of nodejs is v0.10.0, which was released on March 2013, almost 3 years ago. If your server or vps does not package an almost 3 year old release of node, then I think that's more an issue with the distribution than the hackpad application code. As far as setting up a db, it supports 4 kinds, so if you are not ok with sqlite or on-disk (dirty), then yeah, postgresql and mysql can be a pain to setup. But if the piece of software is so crucial that you need mysql or postgresql, I can't figure out how to improve that out-of-box experience without just like, making packages for individual distros/vps's, or maybe a docker image. Which is what I think sandstorm is trying to do (though I haven't used them much). It would be cool though, if you had an idea on how to make hosting it trivial for the general case... |
This discussion very much resembles the long time of no answers in hackpad/hackpad#1 In the end we can argue Dropbox acquired Hackpad to let it die? |
@almereyda I do not think Dropbox acquired Hackpad because they wanted hackpad to die, but because they wanted to acquire and sell hackpad as part of their platform. The immediate consequence is what you see here - a project abandoned by its creators because all of them got hired. It's sad to see when an open source project goes closed source, but its nice to see people who worked hard on it getting hired for their work. I say we just treat the code as it is - something ripe for contributors, open for a project lead, and readily forkable. It's a shame that none of the main contributors care enough to chime in, but understandable as maybe nothing they could say would be helpful to the hackpad project. |
Dear Jonathan, I very much thank you for thoughtful words and agree with On 2 March 2016 at 18:18, Jonathan Dahan notifications@github.com wrote:
|
In case you are looking for an alternative to the now unmaintained hackpad you can try Nuclino. It's more of a wiki-style software, but also supports real-time collaborative editing and markdown commands like hackpad. |
Seems neat, but can't self-host it? Boo 👎 |
Ugh, and now the app's disappeared from the iOS store. That's some bullshit. )'= |
I've started using the Documents app in ownCloud. Support collaborative editing. |
@bjoernm Nuclino is not Open source or is it? I saw many forks on Hackpad, maybe, one cool idea would be to say it out loud, this is 'librepad' the official fork from hackpad? |
@pierreozoux no, it's closed source and hosted, but we actually have a free tier if you are interested. |
how do i try the free tier? |
I'm interested how do i get the closed source On Mon, Aug 29, 2016 at 6:31 AM, Björn Michelsen notifications@github.com
|
free tier On Mon, Aug 29, 2016 at 6:31 AM, Björn Michelsen notifications@github.com
|
hackmd looks like a great alternative that i'm gonna be using from now on |
I like the fact that you can have a subdomain with hackpad like mysubdomain.hackpad.com, this allows you to navigate "quite easily" in a group of pages. Does anybody know if there's like a service which allows to easily host subdomain names like mysubdomain.unknownservice.com , the web site http://mysubdomain.unknownservice.com would have a tab bar with dropbox paper pages at the top with names like "home", "page1", ..., "pageN" , and when you click on a tab like "home" then an iframe with the "home" dropbox paper page appears below the tab ?? (with netvibes you can almost do that except you don't have a subdomain and, if you have navigated inside a tab, you need to refresh the whole netvibes page to go back to the "original" content of the tab) PS : |
Hackpad is shutting down by July 19. |
There's been almost no activity in months:
https://github.com/dropbox/hackpad/graphs/contributors
Is Hackpad the product unmaintained post-acquisition, or is a different codebase used in production?
The text was updated successfully, but these errors were encountered: