Giter Club home page Giter Club logo

rethink's Introduction

Rethink

Unittest License Package version Supported Python versions

English | 简体中文

A note-taking app dependent on python. The official web version can be found at https://rethink.run.

demo

Why Rethink

Rethink was born out of my inability to find a note-taking app that truly catered to my needs. My vision for a note-taking app includes:

  1. Effortless Recording: When capturing ideas, rethink provides with a swift and seamless recording process.
  2. Easy Application: To facilitate easy application, merely jotting down notes is insufficient. The recorded information should be able to form a knowledge network, enabling your accumulated knowledge to compound over time. This foundation allows for effective application and each new idea recorded serves to reinforce and strengthen the existing knowledge network.

Features

  1. Bi-directional links: A knowledge network is important. Rethink allows you to @ link to other notes in the note with one click;
  2. Markdown syntax: Seamless support for Markdown syntax, the format of notes is more controllable;
  3. Automatic association: Too many notes? Don't remember what you wrote before? Unable to effectively form a note network? Rethink automatically recommend related notes while writing, actively assist you in forming a knowledge network.
  4. Local storage: Rethink attaches great importance to data security. You can store data in a local storage. Or you can also use the online version https://rethink.run, which makes it easy to synchronize across multiple platforms.
  5. Multi-language: Support multiple languages, including Chinese and English.

Install

First install:

pip install retk

To update:

pip install -U retk

Usage

Quickly start the note web service with retk.run(), and save your note data locally, The default save path is the .data folder under the path of this script:

import retk

retk.run()

If you need to customize settings, you can set the parameters in retk.run():

import retk

retk.run(
   path='.',  # path to store notes, default is current directory
   host="127.0.0.1",  # host ip, default is localhost
   port=8080,  # port number, default is 8080
   language="zh",  # language, default is English, optional: zh, en
   password="12345678",  # authorization password, default is None
   headless=False,  # set True to not auto open browser, default is False
   debug=False,  # set True to print debug info, default is False
)

All notes will be stored in the path specified by path, and the .data folder will be created in your path directory.

English and Chinese languages are supported, and the default is English en. If you want to use Chinese zh, you can use language="zh" parameter.

Open your browser and visit http://127.0.0.1:8080 to start recording your ideas.

Star History

Star History Chart

rethink's People

Contributors

morvanzhou 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.