All Projects → yueyericardo → WeiNote

yueyericardo / WeiNote

Licence: GPL-3.0 License
Keep a note just like post a weibo

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to WeiNote

Tiddlywiki5
A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
Stars: ✭ 6,406 (+10757.63%)
Mutual labels:  wiki, notes
Mininote
📔 A simple Markdown note-taking editor
Stars: ✭ 171 (+189.83%)
Mutual labels:  wiki, notes
Org Wiki
Wiki for Emacs org-mode built on top of Emacs org-mode.
Stars: ✭ 319 (+440.68%)
Mutual labels:  wiki, notes
Knowledge
Everything I know
Stars: ✭ 2,982 (+4954.24%)
Mutual labels:  wiki, notes
knowledge
Everything I know. My knowledge wiki. My notes (mostly for fast.ai). Document everything. Brain dump.
Stars: ✭ 118 (+100%)
Mutual labels:  wiki, notes
til
Personal Wiki of Interesting things I learn every day at the intersection of software, life & stuff aka my second brain 🧠️
Stars: ✭ 41 (-30.51%)
Mutual labels:  wiki, notes
Tiddlyresearch
Local and Anki-compatible note-taking tool based on TiddlyWiki
Stars: ✭ 129 (+118.64%)
Mutual labels:  wiki, notes
Wreeto official
Wreeto is an open source note-taking, knowledge management and wiki system.
Stars: ✭ 241 (+308.47%)
Mutual labels:  wiki, notes
gatsby-theme-primer-wiki
A Gatsby Theme for Wiki/Docs/Knowledge Base, which using Primer style as the UI theme, can work well with Foam or Obsibian or just markdown files.
Stars: ✭ 85 (+44.07%)
Mutual labels:  wiki, notes
neuron.nvim
Make neovim the best note taking application
Stars: ✭ 340 (+476.27%)
Mutual labels:  wiki, notes
Cyanhall
Content List on Cyanhall, Star me if it’s useful ★ Cheatsheets
Stars: ✭ 39 (-33.9%)
Mutual labels:  wiki, notes
C
Computer Programming, Khwopa College of Engineering
Stars: ✭ 12 (-79.66%)
Mutual labels:  notes
eggheadio-course-notes
Really Good Notes on egghead.io courses 🌱
Stars: ✭ 125 (+111.86%)
Mutual labels:  notes
arsenal
Personal notes on cloud and machine learning 📃 🐝
Stars: ✭ 24 (-59.32%)
Mutual labels:  notes
learning notes
学习笔记
Stars: ✭ 18 (-69.49%)
Mutual labels:  notes
knowledge-base
Personal Wiki
Stars: ✭ 16 (-72.88%)
Mutual labels:  notes
quillnote
Take beautiful markdown notes and stay organized with task lists.
Stars: ✭ 276 (+367.8%)
Mutual labels:  notes
notes
keep thinking but sunset it and move to
Stars: ✭ 29 (-50.85%)
Mutual labels:  notes
wiki
Вики знания о проекте Голос
Stars: ✭ 18 (-69.49%)
Mutual labels:  wiki
Noted-Android
Noted app for android
Stars: ✭ 78 (+32.2%)
Mutual labels:  notes

Weinote

WeiNote

Keep a note just like post a weibo!

docker

View Demo
English · 简体中文

1. Features

Main

  • Multi tags
  • Markdown
  • Latex
  • Support fully private mode
  • Shortcuts

Editor

  • Codemirror Markdown Editor
  • Continued List
  • Auto Indent List (Tab and Shift + Tab)

Functions

  • Markdown Preview (like github preview or Ctrl + Space)
  • Raw content (like github)
  • Hide a note
  • Top a note
  • Archive a note

2. Demo

https://demo.wnote.cc
demo user: weinote
demo pw: 9vzVABUa30LSldiVVJt5

3. Install with Docker

Install

cd directory/you/want/to/run
mkdir weinote && cd weinote
wget https://raw.githubusercontent.com/yueyericardo/WeiNote/master/docker-compose.yml && wget https://raw.githubusercontent.com/yueyericardo/WeiNote/master/init-mongo.sh && chmod +x init-mongo.sh
docker-compose up -d

Signup, the default port is 3081, e.g.: http://example.com:3081

Disable signup

After you signup,in file docker-compose.yml, change allow_signup: "true" to allow_signup: "false",So others cannot sign up. After update, you can reload weinote with the following

docker-compose up -d

Proxy

Use Nginx for your domain,and Certbot for https

Update from the latest image

docker-compose down && docker-compose pull && docker-compose up -d

Multiple instances

You can find how to create multiple instances at the following example (with notes): https://github.com/yueyericardo/WeiNote/blob/master/docker-compose.multi.yml

4. Shortcuts

  • Mac OS:

    • Ctrl + N : Go to Create page

    • Alt + N : Open Create page at a new page

    • Ctrl + H : Go to Home page /notes

    • Ctrl + A : Go to All notes page /notes/all

    • Ctrl + C : Redirect to Archive notes page /notes/archive

  • Other System:

    • Alt + N : Go to Create page

    • Alt + H : Go to Home page /notes

    • Alt + A : Go to All notes page /notes/all

    • Alt + C : Redirect to Archive notes page /notes/archive

  • Common

    • E : Edit selected note
    • D : Delete selected note

5. Contribute

Welcome PR! Especially for security problems.

6. Acknowledge

Based on N-blog
License GPL

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].