Giter Club home page Giter Club logo

cogito's Introduction

Cogito

TODO :

  • add notification support for forgotten todo card ?
  • take a screenshot of webpage saved
  • disable new account creation if needed

Screenshot

img.png img_2.png img_1.png img_3.png img_4.png

Features

All you notes in one places

  • add Link
  • add Tweet
  • add Note
  • add Tag, Title, Comment
  • Search in Article, Tweet and Note
  • Automatic Tag with Natural langage processing
  • Save search
  • Dark theme
  • Mark card as Todo
  • Bulk remove or add tag (hold shift and select)
  • PWA app (with share to cogito option on Android)
  • Open to feature request

Installation via docker-compose

  • Create a folder named cogito
  • add docker-compose.yml
  • copy docker-compose.yml from project in the docker-compose.yml created (if raspberry use tukks/cogito-armv7:latest image instead of tukks/cogito:latest)
  • modify APP_JWT_SECRET with a string (with bitwarden for example) of almost 256bit (128 char long)
  • (optional) put your private and public key from twitter developer account
  • modify HTTPS_ONLY with true or false (false for test only environnement)
  • type in your shell docker-compose up -d
  • go to SERVER-IP:8585
  • click on new account, put an email and a password
  • put your email and password on the login page
  • profit
  • feel free to open an issue

Bookmarklet

To save easily link on desktop, add this javascript line to a bookmark. replace Cogito_URL by your url of cogito.

javascript:(function(){window.open('https://<COGITO_URL>/handle-share?text='+encodeURIComponent(window.location.href));})()

Example in firefox : img_5.png

Launch dev

Back

  • add application-secret.properties with :
api.twitter.key=
api.twitter.key.secret=
  • Launch CogitoBackApplication.java

Front

  • npm i
  • npm start

Go to localhost:4200

cogito's People

Contributors

tukks avatar nicolascordina avatar

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.