Laverna / laverna

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
https://laverna.cc/index.html
Mozilla Public License 2.0
9.19k stars 801 forks source link

separate things by repository #507

Open gutierri opened 8 years ago

gutierri commented 8 years ago

It seems more organized by separate repositories, web app, desktop app and mobile app.

And maybe let the separate visual, so it becomes easy to view, contribute and build the application.

I think something like:

What do you think?

wwebfor commented 8 years ago

Yeah, probably it is a good idea. It's just right now there is almost no difference between the code base of mobile, desktop, and webapp.

gutierri commented 8 years ago

Lets separate master code is not an alternative for the next releases? This makes it easier to focus on other applications. The main code can be a module. Something like this => https://github.com/atom/atom/blob/master/package.json

I see that the RC Release has APK.

gutierri commented 8 years ago

Or could create forks this repository until they have autonomy being a repository. It therefore so is simple and easy to make changes without affecting the other thing.