All Projects → michaeljcalkins → trixcamp

michaeljcalkins / trixcamp

Licence: other
Simple, distraction free writing app based on Basecamp's trix-editor.

Programming Languages

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

Projects that are alternatives of or similar to trixcamp

Ff
A distributed note taker and task manager.
Stars: ✭ 149 (+396.67%)
Mutual labels:  notes, note-taking
Omni Notes
Open source note-taking application for Android
Stars: ✭ 2,343 (+7710%)
Mutual labels:  notes, note-taking
My Notes
Simple and fast note-taking in Chrome with Google Drive support.
Stars: ✭ 155 (+416.67%)
Mutual labels:  notes, note-taking
Notes Cli
Small markdown note taking CLI app playing nicely with your favorite editor and other CLI tools
Stars: ✭ 122 (+306.67%)
Mutual labels:  notes, note-taking
Wreeto official
Wreeto is an open source note-taking, knowledge management and wiki system.
Stars: ✭ 241 (+703.33%)
Mutual labels:  notes, note-taking
Notejot
Stupidly-simple notes app.
Stars: ✭ 138 (+360%)
Mutual labels:  notes, note-taking
notesnook
A fully open source & end-to-end encrypted note taking alternative to Evernote.
Stars: ✭ 5,098 (+16893.33%)
Mutual labels:  notes, note-taking
Gitjournal
Mobile first Note Taking integrated with Git
Stars: ✭ 1,138 (+3693.33%)
Mutual labels:  notes, note-taking
Web
A free, open-source, and completely encrypted notes app. https://standardnotes.com
Stars: ✭ 3,061 (+10103.33%)
Mutual labels:  notes, note-taking
Meemo
Meemo - Your personal notes
Stars: ✭ 227 (+656.67%)
Mutual labels:  notes, note-taking
Tomboy
This is the active development for Tomboy. Tomboy is still merged to git.gnome.org
Stars: ✭ 103 (+243.33%)
Mutual labels:  notes, note-taking
monte-note
Note taking application with a rich set of editing and management features
Stars: ✭ 63 (+110%)
Mutual labels:  notes, note-taking
Posce
A note-taking toolkit for your command line.
Stars: ✭ 103 (+243.33%)
Mutual labels:  notes, note-taking
Vsnotes
Simple VS Code extension for plain text note taking.
Stars: ✭ 146 (+386.67%)
Mutual labels:  notes, note-taking
Piece
📜 Less equals more. A neat and elegant app for temporary note-taking.
Stars: ✭ 86 (+186.67%)
Mutual labels:  notes, note-taking
Mininote
📔 A simple Markdown note-taking editor
Stars: ✭ 171 (+470%)
Mutual labels:  notes, note-taking
Notemarks
A git based labeling app to manage notes, documents, and bookmarks.
Stars: ✭ 61 (+103.33%)
Mutual labels:  notes, note-taking
Notes
A zero dependency shell script that makes it really simple to manage your text notes.
Stars: ✭ 62 (+106.67%)
Mutual labels:  notes, note-taking
Sublimenotebook
📝 Make Sublime Text your favorite note taking/journal application
Stars: ✭ 203 (+576.67%)
Mutual labels:  notes, note-taking
Butterfly
🎨 Powerful, minimalistic, cross-platform, opensource note-taking app
Stars: ✭ 381 (+1170%)
Mutual labels:  notes, note-taking

TrixCamp

Simple, distraction free writing app based on Basecamp's trix-editor.

Getting Started

  1. Download your version below
  2. Know the keyboard shortcuts:
  • cmd+s to save
  • cmd+n to create a new document
  • cmd+o to open a document

Downloads

Mac Download

Windows Download

Linux Download

Developer's Guide

Working with the code:

  1. Install all components: npm install
  2. Run electron: electron .
  3. Start editing!

Packaging for distribution:

Mac: electron-packager ./ TrixCamp --platform=darwin --arch=x64 --version=0.36.7 --overwrite

Windows: electron-packager ./ TrixCamp --platform=win32 --arch=x64 --version=0.36.7 --overwrite

Linux: electron-packager ./ TrixCamp --platform=linux --arch=x64 --version=0.36.7 --overwrite

.trix files

TrixCamp takes the title and contents of the trix editor and builds a JSON object that looks like:

{
  "title": "Man In The Arena",
  "contents": "It is not the critic who counts; not the man who points out how the strong man..."
}

It then writes this to a file of the user's choosing. Right now I add .trix to the end of all the files for future developments.

Why

This was part of an experiment I did in planning and delivering applications quickly and I feel this was a highly successful and useful proejct.

More on that here: http://michaeljcalkins.com/2016/02/10/planning-so-you-can-deliver/

For updates follow: https://twitter.com/michaeljcalkins

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