Git Product home page Git Product logo

sanshinote's Introduction

SanshiNote

Example1 Demo Website, username is admin and password is admin.

Introduction

SanshiNote is a simple, cross-platform, self-hosted and easy-to-migrate notebook software. It's based on git and markdown.

Git component is embbed in SanshiNote to control versions of note,which means all version history of your note will be saved. You can backup your notes by pushing to remote repository (e.g. a repo on github).

Makrdown is a lightweight markup language, and it's utilized as the format of our notes. Markdown is an open standard and supported by many other editors, so you can easily transfer notes between SanshiNote and many other notebook softwares.

All your notes are stored as a file entitled notes/<your_username>/<notebook_name>/<title>.md.

Quick start

SanshiNote can be deployed on where jdk8 has been installed, and it's the only precondition.

Download the jar file, run command

java -jar note-<version>.jar --username=<your_username> --password=<your_password>

Access <host>:8080 via your brower, and start the use. Firefox or Chrome recommonded.

The password and username of default admin user is admin and admin, separately.

You can block registartion via argumant --"register-forbidden"=true.

Developer guide

The whole project is devided into two parts, back-end and front-end. Back-end is based on Spring Boot, Spring Data Jpa, JGit and SQLite(you can easily change database from SQLite to MySQL, MariaDB or other). Front-end is based Vue, ElmentUI and mavonEditor. And its repo is here.

sanshinote's People

Contributors

hansanshi avatar

Watchers

James Cloos 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.