All Projects → chmllr → Notehub

chmllr / Notehub

Licence: mit
A pastebin for markdown pages.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Notehub

Cli
A tiny CLI for HedgeDoc
Stars: ✭ 94 (-64.12%)
Mutual labels:  notes, markdown
Hedgedoc
HedgeDoc - The best platform to write and share markdown.
Stars: ✭ 2,498 (+853.44%)
Mutual labels:  notes, markdown
Mikidown
A note taking application, featuring markdown syntax.
Stars: ✭ 105 (-59.92%)
Mutual labels:  notes, markdown
Gitjournal
Mobile first Note Taking integrated with Git
Stars: ✭ 1,138 (+334.35%)
Mutual labels:  notes, markdown
Web
A free, open-source, and completely encrypted notes app. https://standardnotes.com
Stars: ✭ 3,061 (+1068.32%)
Mutual labels:  notes, markdown
Enex Dump
Dump the content of .enex files, preserving attachements, some metadata and optionally converting notes to Markdown.
Stars: ✭ 73 (-72.14%)
Mutual labels:  notes, markdown
Notes Cli
Small markdown note taking CLI app playing nicely with your favorite editor and other CLI tools
Stars: ✭ 122 (-53.44%)
Mutual labels:  notes, markdown
Codimd
CodiMD - Realtime collaborative markdown notes on all platforms.
Stars: ✭ 7,592 (+2797.71%)
Mutual labels:  notes, markdown
Brainstorm
Project-brainstorm is a multi-purpose note-taking application which excells at free writing, prototyping, task lists and cheat sheets
Stars: ✭ 213 (-18.7%)
Mutual labels:  notes, markdown
Boostnote.next
Boost Note is a powerful, lightspeed collaborative workspace for developer teams. Forum (New!): https://github.com/BoostIO/BoostNote-App/discussions
Stars: ✭ 2,682 (+923.66%)
Mutual labels:  notes, markdown
Notes Cli
A simple CLI app to take notes daily on markdown file
Stars: ✭ 58 (-77.86%)
Mutual labels:  notes, markdown
jot
📝 A server-less pastebin app for short messages. Data is stored within the URL.
Stars: ✭ 33 (-87.4%)
Mutual labels:  notes, pastebin
Notes
📝 Migrated to(迁移至) https://github.com/Kuangcp/Note 当前仓库已经废弃, 对应的博客网站:
Stars: ✭ 33 (-87.4%)
Mutual labels:  notes, markdown
Markdownxiaoshujiang
markdownxiaoshujiang
Stars: ✭ 1,188 (+353.44%)
Mutual labels:  notes, markdown
Notes
📝 Simple delightful note taking, with more unix and less lock-in.
Stars: ✭ 939 (+258.4%)
Mutual labels:  notes, markdown
Spaceboard
Pinterest for markdown notes. Made with React, TypeScript, and Next.js.
Stars: ✭ 106 (-59.54%)
Mutual labels:  notes, markdown
Notes Up
Markdown notes editor & manager
Stars: ✭ 535 (+104.2%)
Mutual labels:  notes, markdown
Ml Note
📙慢慢整理所学的机器学习算法,并根据自己所理解的样子叙述出来。(注重数学推导)
Stars: ✭ 537 (+104.96%)
Mutual labels:  notes, markdown
Mininote
📔 A simple Markdown note-taking editor
Stars: ✭ 171 (-34.73%)
Mutual labels:  notes, markdown
rentry
Markdown pastebin from command line
Stars: ✭ 252 (-3.82%)
Mutual labels:  pastebin, publishing

README

"Make every detail perfect and limit the number of details to perfect."
Jack Dorsey

About

Dead simple hosting for markdown notes.

Running

  1. Install dep using Homebrew and run it inside project to install the dependencies: dep ensure.
  2. Create a data base by running make db.
  3. Run the app with make run.

ENV variables used:

  • For emailing of report abuse:
    • SMTP_SERVER:
    • SMTP_USER
    • SMTP_PASSWORD
    • NOTEHUB_ADMIN_EMAIL
  • Recaptcha secret:
    • RECAPTCHA_SECRET
  • Test mode:
    • TEST_MODE (expected to be non-empty; skips captcha, no writes buffering for stats)

Testing

  1. Install frisby: go get -u github.com/verdverm/frisby.
  2. Run make tests
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].