All Projects → alexander-shvets → writebar

alexander-shvets / writebar

Licence: MIT license
Experimental distraction-free text editor, based on the Macbook pro TouchBar

Programming Languages

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

Projects that are alternatives of or similar to writebar

quill-markdown-toolbar
A Quill.js module for converting markdown text to rich text format
Stars: ✭ 13 (-64.86%)
Mutual labels:  quill, text-editor
PockKit
Core framework for building Pock widgets
Stars: ✭ 64 (+72.97%)
Mutual labels:  touchbar, macbook-pro
jot
Command-line note-taking for minimalists
Stars: ✭ 24 (-35.14%)
Mutual labels:  notes, text-editor
Pock
Widgets manager for MacBook Touch Bar
Stars: ✭ 9,591 (+25821.62%)
Mutual labels:  touchbar, macbook-pro
Vue Quill Editor
🍡@quilljs editor component for @vuejs
Stars: ✭ 6,874 (+18478.38%)
Mutual labels:  quill, text-editor
Ngx Quill Editor
🍡@quilljs editor component for @angular
Stars: ✭ 234 (+532.43%)
Mutual labels:  quill, text-editor
Standardfile
Yet Another Standardfile (standardnotes server) Implementation written in Golang
Stars: ✭ 34 (-8.11%)
Mutual labels:  notes, text-editor
IcicleDevelop
A freezing cold development environment
Stars: ✭ 16 (-56.76%)
Mutual labels:  text-editor
Blog
h2O's Blog
Stars: ✭ 18 (-51.35%)
Mutual labels:  notes
elm-rte-toolkit
A toolkit for creating rich text editors in Elm
Stars: ✭ 139 (+275.68%)
Mutual labels:  text-editor
TouchBarKeyboard
A fully functional keyboard for your touch bar! No thinness lost, it's the perfect solution!
Stars: ✭ 30 (-18.92%)
Mutual labels:  touchbar
ptnotes
No description or website provided.
Stars: ✭ 61 (+64.86%)
Mutual labels:  notes
awesome-reading
Notes from some books that I've read.
Stars: ✭ 43 (+16.22%)
Mutual labels:  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 (+129.73%)
Mutual labels:  notes
monte-note
Note taking application with a rich set of editing and management features
Stars: ✭ 63 (+70.27%)
Mutual labels:  notes
spicyphysics
Sup bois, here's my work
Stars: ✭ 22 (-40.54%)
Mutual labels:  notes
mdyna-app
React+Redux+Electron Note taking application repository
Stars: ✭ 68 (+83.78%)
Mutual labels:  notes
svelte-slate
slate svelte view layer
Stars: ✭ 43 (+16.22%)
Mutual labels:  text-editor
pastila
a electron app that takes notes via markdown and github gist.
Stars: ✭ 25 (-32.43%)
Mutual labels:  notes
tab-notes
Browser Add-on: Allow you to write anything in new tab
Stars: ✭ 44 (+18.92%)
Mutual labels:  notes

WriteBar

Experimental distraction-free text editor,
that displays focus text line right over the keyboard (on the Macbook Pro TouchBar).

Releases : 0.2.1-alpha.dmg

screenshot

Features

  • Line edit on TouchBar
  • Context formatting menu
  • Smart Spellchecker
  • Markdown Import/Export
  • Visual Markdown editing

Discuss

Development

Install (or update) macOS package manager (Homebrew):

brew update || /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Yarn (modern NodeJS package manager):

which yarn || brew install yarn

Download source code:

git clone [email protected]:alexander-shvets/writebar.git
cd writebar

Install application dependencies:

yarn || npm install

Install (global or local) dev-dependencies*:

yarn global add electron               || npm install electron -g
yarn global add electron-packager      || npm install electron-packager -g
yarn global add electron-installer-dmg || npm install electron-installer-dmg -g

* doesn't listed in package.json becouse I doesn't use js builder yet (which will exclude unused dependencies from application installation package)

Run app in dev mode:

yarn start || npm start

Build App and Installation Package (dmg):

yarn packdist || npm run pack && npm run dist

Release files should be generated in dist directory.

License

FOSSA Status

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