All Projects → alfg → jot

alfg / jot

Licence: MIT license
📝 A server-less pastebin app for short messages. Data is stored within the URL.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to jot

Notehub
A pastebin for markdown pages.
Stars: ✭ 262 (+693.94%)
Mutual labels:  notes, pastebin
jot
Jot stuff down without messing up your workspace!
Stars: ✭ 15 (-54.55%)
Mutual labels:  notes, jot
jackliu-golang-notes
Jack Liu's Golang personal summary main points notes, notes to fast understand golang
Stars: ✭ 17 (-48.48%)
Mutual labels:  notes
sn-cli
a command line interface for standard notes
Stars: ✭ 56 (+69.7%)
Mutual labels:  notes
Learning Linux
Linux 学习笔记,基于《鸟哥的 Linux 私房菜 第四版(CentOS7)》以及各种的网络资源
Stars: ✭ 16 (-51.52%)
Mutual labels:  notes
Textylic
A note taking app developed for the 22nd century
Stars: ✭ 34 (+3.03%)
Mutual labels:  notes
nixnote2
Nixnote - Evernote desktop client for Linux
Stars: ✭ 281 (+751.52%)
Mutual labels:  notes
omnibin
Android client for different bins like dogbin. Previous dogbin mobile.
Stars: ✭ 19 (-42.42%)
Mutual labels:  pastebin
quicknotes
Quick notes (Some rich text, colorful notes, attachments, and organized by tags.) app to Nextcloud
Stars: ✭ 64 (+93.94%)
Mutual labels:  notes
bearclaw
Menubar app to quickly create new notes in Bear
Stars: ✭ 60 (+81.82%)
Mutual labels:  notes
MusicManipulations.jl
Manipulate music data, humanize, quantize and analyze music performances with Julia
Stars: ✭ 41 (+24.24%)
Mutual labels:  notes
note
📝个人知识体系 算法与数据结构 / 操作系统 / 数据库 / 计算机系统 / 网络 / 中间件 / Java / 架构 / 前端 / 运维 / 网络安全 / 软技能
Stars: ✭ 40 (+21.21%)
Mutual labels:  notes
rino
A better way to write Markdown
Stars: ✭ 28 (-15.15%)
Mutual labels:  notes
notes
📓 Notes related to Computer Science stuff.
Stars: ✭ 15 (-54.55%)
Mutual labels:  notes
Code-Collection
个人博客、解决方案、遇到的问题记录、代码片段、笔记
Stars: ✭ 14 (-57.58%)
Mutual labels:  notes
lunatask
All-in-one encrypted to-do list, notebook, habit and mood tracker, pomodoro timer, and journaling app
Stars: ✭ 35 (+6.06%)
Mutual labels:  notes
simple-pastebin-monitor
A simple pastebin monitor using the scraping API
Stars: ✭ 34 (+3.03%)
Mutual labels:  pastebin
paste
paste is a simple web app for writing & sharing code.
Stars: ✭ 62 (+87.88%)
Mutual labels:  pastebin
open-in-notion
Chrome Extension to redirect Notion pages links to the desktop app.
Stars: ✭ 42 (+27.27%)
Mutual labels:  notes
deeplearning-paper-notes
Reading notes on deep learning papers---深度学习论文阅读笔记
Stars: ✭ 36 (+9.09%)
Mutual labels:  notes

Jot

A server-less pastebin-esque note-taking app.

Demo: http://alfg.github.io/jot

Features

  • A simple, elegant design
  • Retains formatting of messages
  • Data is base64 encoded into the URL hash, so no data is stored on a server
  • Easy to share via encoded URL
  • Simple to deploy. Just a few static files.
  • Add a secret key with encryption support via Blowfish

Notes

  • Most modern browsers limit the URL to 2000 characters. Messages can easily generate a long URL depending on the content. So it is best to keep messages minimal (TODO lists, short snippets of code, etc...).
  • Use a URL shortening service to shorten the URL when sharing. Jot URLs can typically be very long depending on the content.

Examples

http://alfg.github.io/jot/#eTWF5IHRoZSBzb3VyY2UgYmUgd2l0aCB5b3Uu http://alfg.github.io/jot/#eVGhlIGtleSB0byBoYXBwaW5lc3M6CgoqIEVhdAoqIFNsZWVwCiogQ29kZQ== http://alfg.github.io/jot/#btU/VJBS+XgS/Qjs6YPI7lRVCUSA1E/OxMDm1z+ZC9R8 (key is foobar)

License

jot is open-source under the MIT License.

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