Git Product home page Git Product logo

meemo's Introduction

Meemo

Meemo is a personal data manager. It lets you simply input any kind of information like notes, thoughts, ideas as well as acts as a bookmarkmanager and todo list. The user interface resembles a news feed organized with tags. Full text search further allows you to quickly find information in your pile of accumulated data.

For better bookmarking, there are chrome and firefox webextensions available.

Installation

Install

or using the Cloudron command line tooling

cloudron install --appstore-id de.nebulon.guacamoly

Building

The app package can be built using the Cloudron command line tooling.

cd meemo

cloudron build
cloudron install

Development

The app can also be run locally for development.

cd meemo

npm install
gulp # or gulp develop in a new terminal
./app.js

meemo's People

Contributors

dependabot[bot] avatar fbartels avatar foorb avatar gramakri avatar nebulade avatar ocdtrekkie avatar qwertfisch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

meemo's Issues

Notes not displayed after mongodb error

Jun 08 17:04:38 girish.in docker[1316]: ERROR Internal error [ /app/code/node_modules/connect-lastmile/lib/index.js:37:25 ] 
Jun 08 17:04:38 girish.in docker[1316]: stack: 
Jun 08 17:04:38 girish.in docker[1316]:   """
Jun 08 17:04:38 girish.in docker[1316]:     HttpError: Internal error
Jun 08 17:04:38 girish.in docker[1316]:         at /app/code/src/routes.js:159:32
Jun 08 17:04:38 girish.in docker[1316]:         at /app/code/src/things.js:240:35
Jun 08 17:04:38 girish.in docker[1316]:         at /app/code/node_modules/mongodb/lib/collection.js:503:20
Jun 08 17:04:38 girish.in docker[1316]:         at /app/code/node_modules/mongodb/lib/collection.js:617:26
Jun 08 17:04:38 girish.in docker[1316]:         at handleCallback (/app/code/node_modules/mongodb/lib/utils.js:96:12)
Jun 08 17:04:38 girish.in docker[1316]:         at resultHandler (/app/code/node_modules/mongodb/lib/bulk/ordered.js:412:11)
Jun 08 17:04:38 girish.in docker[1316]:         at Server.insert (/app/code/node_modules/mongodb/node_modules/mongodb-core/lib/topologies/server.js:1367:40)
Jun 08 17:04:38 girish.in docker[1316]:         at Server.insert (/app/code/node_modules/mongodb/lib/server.js:340:17)
Jun 08 17:04:38 girish.in docker[1316]:         at executeCommands (/app/code/node_modules/mongodb/lib/bulk/ordered.js:460:23)
Jun 08 17:04:38 girish.in docker[1316]:         at OrderedBulkOperation.execute (/app/code/node_modules/mongodb/lib/bulk/ordered.js:513:10)
Jun 08 17:04:38 girish.in docker[1316]:   """
Jun 08 17:04:38 girish.in docker[1316]: name:          HttpError
Jun 08 17:04:38 girish.in docker[1316]: status:        500
Jun 08 17:04:38 girish.in docker[1316]: message:       Internal error
Jun 08 17:04:38 girish.in docker[1316]: internalError: 
Jun 08 17:04:38 girish.in docker[1316]:   """
Jun 08 17:04:38 girish.in docker[1316]:     name:    MongoError
Jun 08 17:04:38 girish.in docker[1316]:     message: topology was destroyed
Jun 08 17:04:38 girish.in docker[1316]:     stack: 
Jun 08 17:04:38 girish.in docker[1316]:       """
Jun 08 17:04:38 girish.in docker[1316]:         MongoError: topology was destroyed
Jun 08 17:04:38 girish.in docker[1316]:             at Server.insert (/app/code/node_modules/mongodb/node_modules/mongodb-core/lib/topologies/server.js:1367:49)
Jun 08 17:04:38 girish.in docker[1316]:             at Server.insert (/app/code/node_modules/mongodb/lib/server.js:340:17)
Jun 08 17:04:38 girish.in docker[1316]:             at executeCommands (/app/code/node_modules/mongodb/lib/bulk/ordered.js:460:23)
Jun 08 17:04:38 girish.in docker[1316]:             at OrderedBulkOperation.execute (/app/code/node_modules/mongodb/lib/bulk/ordered.js:513:10)
Jun 08 17:04:38 girish.in docker[1316]:             at bulkWrite (/app/code/node_modules/mongodb/lib/collection.js:615:8)
Jun 08 17:04:38 girish.in docker[1316]:             at Collection.insertMany (/app/code/node_modules/mongodb/lib/collection.js:502:44)
Jun 08 17:04:38 girish.in docker[1316]:             at Collection.insert (/app/code/node_modules/mongodb/lib/collection.js:789:15)
Jun 08 17:04:38 girish.in docker[1316]:             at /app/code/src/things.js:239:22
Jun 08 17:04:38 girish.in docker[1316]:             at /app/code/node_modules/async/lib/async.js:52:16
Jun 08 17:04:38 girish.in docker[1316]:             at iterate (/app/code/node_modules/async/lib/async.js:260:24)
Jun 08 17:04:38 girish.in docker[1316]:       """
Jun 08 17:04:38 girish.in docker[1316]:   """

Installation / 404

Hey,

your demo looks great so far, I really like it.
I installed the app as you described:

cd guacamoly
npm i
./app.js

Also added a user:
./admin user-add --username test --password test --display-name "Test User"

An starting it:
APP_ORIGIN="http://domain.tld" LOCAL_AUTH_FILE=".users.json" node app.js

But I'm getting the error:

App listening at http://:::3000
GET / 404 10.170 ms - 13
GET /favicon.ico 404 2.104 ms - 24

any idea?

Width of the search bar

Hi,
what do you think about making the search/header bar as wide as the notes? I think its much more comfortable.

2016wide

V

2016center

ability to add Pictures from clipboard

the Idea would be, to be able to add Pictures directly from the clipboard.
a lot of times I just snip/grab an image or screenshot and would like to be able to paste it.

could this be done by adding the image as a data blob? or have it upload like Github just did with this?

![image](https://cloud.githubusercontent.com/assets/7304823/20577010/60d2c0fc-b18e-11e6-97a3-2ab93d43c21a.png)

you can just paste it in and it will upload it and assign it a name and all.

thanks

picture upload

add opportunity to select multiple pictures to upload via strg

Reconnect to imap when connection fails

Looks like it does not reconnect to IMAP after a failure. Restarting the app did the trick.

Aug 13 21:21:36 girish.in docker[2589]: ERROR Janitor IMAP error: getaddrinfo ENOTFOUND mail mail:9993 [ /app/code/src/mail.js:204:17 ] 
Aug 13 21:21:36 girish.in docker[2589]: stack: 
Aug 13 21:21:36 girish.in docker[2589]:   """
Aug 13 21:21:36 girish.in docker[2589]:     Error: getaddrinfo ENOTFOUND mail mail:9993
Aug 13 21:21:36 girish.in docker[2589]:         at errnoException (dns.js:26:10)
Aug 13 21:21:36 girish.in docker[2589]:         at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:77:26)
Aug 13 21:21:36 girish.in docker[2589]:   """
Aug 13 21:21:36 girish.in docker[2589]: message:  getaddrinfo ENOTFOUND mail mail:9993
Aug 13 21:21:36 girish.in docker[2589]: code:     ENOTFOUND
Aug 13 21:21:36 girish.in docker[2589]: errno:    ENOTFOUND
Aug 13 21:21:36 girish.in docker[2589]: syscall:  getaddrinfo
Aug 13 21:21:36 girish.in docker[2589]: hostname: mail
Aug 13 21:21:36 girish.in docker[2589]: host:     mail
Aug 13 21:21:36 girish.in docker[2589]: port:     9993
Aug 13 21:21:36 girish.in docker[2589]: source:   socket
Aug 13 21:21:36 girish.in docker[2589]: ERROR IMAP error: getaddrinfo ENOTFOUND mail mail:9993 [ /app/code/src/mail.js:145:17 ] 
Aug 13 21:21:36 girish.in docker[2589]: stack: 
Aug 13 21:21:36 girish.in docker[2589]:   """
Aug 13 21:21:36 girish.in docker[2589]:     Error: getaddrinfo ENOTFOUND mail mail:9993
Aug 13 21:21:36 girish.in docker[2589]:         at errnoException (dns.js:26:10)
Aug 13 21:21:36 girish.in docker[2589]:         at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:77:26)
Aug 13 21:21:36 girish.in docker[2589]:   """
Aug 13 21:21:36 girish.in docker[2589]: message:  getaddrinfo ENOTFOUND mail mail:9993
Aug 13 21:21:36 girish.in docker[2589]: code:     ENOTFOUND
Aug 13 21:21:36 girish.in docker[2589]: errno:    ENOTFOUND
Aug 13 21:21:36 girish.in docker[2589]: syscall:  getaddrinfo
Aug 13 21:21:36 girish.in docker[2589]: hostname: mail
Aug 13 21:21:36 girish.in docker[2589]: host:     mail
Aug 13 21:21:36 girish.in docker[2589]: port:     9993
Aug 13 21:21:36 girish.in docker[2589]: source:   socket

set specific ip address to listen on

hi im having trouble getting this to use the correct ip address to listen on. other then manually editing app.js is there any way to set the listen ip ? thanks

Cannot read property 'id' of null

Maybe you can give me a hint whats the problem here?

Email receiving is enabled
/home/user/meemo/src/mail.js:191
                        logic.add(result.id, body, [], function (error) {
                                        ^

TypeError: Cannot read property 'id' of null
    at /home/user/meemo/src/mail.js:191:41
    at Object.profile (/home/user/meemo/src/users.js:97:40)
    at /home/user/meemo/src/mail.js:184:27
    at EventEmitter.<anonymous> (/home/user/meemo/src/mail.js:133:9)
    at EventEmitter.g (events.js:291:16)
    at emitNone (events.js:86:13)
    at EventEmitter.emit (events.js:185:7)
    at /home/user/meemo/node_modules/imap/lib/Connection.js:1524:19
    at _combinedTickCallback (internal/process/next_tick.js:67:7)
    at process._tickCallback (internal/process/next_tick.js:98:9)

Reenable welcome notes

Currently the user gets dropped into an empty page without any notes giving hints how to use or what this is about

Support "unshare"

The share button should become an unshare button if the entry was shared previously, simply revoking public access again.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.