All Projects → jcblw → pastila

jcblw / pastila

Licence: other
a electron app that takes notes via markdown and github gist.

Programming Languages

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

Projects that are alternatives of or similar to pastila

Code Notes
A simple code snippet & gist manager for developers built with Electron & Vue.js 🚀
Stars: ✭ 919 (+3576%)
Mutual labels:  gist, notes
ptnotes
No description or website provided.
Stars: ✭ 61 (+144%)
Mutual labels:  notes
LaravelNotes
📒 Provides the ability to add notes to your Eloquent models in Laravel.
Stars: ✭ 46 (+84%)
Mutual labels:  notes
PKU-Tensorflow-Notes
【人工智能实践:Tensorflow 笔记 | https://www.icourse163.org/course/PKU-1002536002 】的讲义与代码
Stars: ✭ 36 (+44%)
Mutual labels:  notes
tryhackme-ctf
TryHackMe CTFs writeups, notes, drafts, scrabbles, files and solutions.
Stars: ✭ 140 (+460%)
Mutual labels:  notes
spicyphysics
Sup bois, here's my work
Stars: ✭ 22 (-12%)
Mutual labels:  notes
Syncsettings
Sync Settings - The cross-platform solution to keep Sublime Text configuration synchronized
Stars: ✭ 240 (+860%)
Mutual labels:  gist
awesome-rl
Awesome RL: Papers, Books, Codes, Benchmarks
Stars: ✭ 105 (+320%)
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 (+240%)
Mutual labels:  notes
Appunti
https://dlcgold.github.io/Appunti/
Stars: ✭ 50 (+100%)
Mutual labels:  notes
MIDI.jl
A Julia library for handling MIDI files
Stars: ✭ 55 (+120%)
Mutual labels:  notes
Butterfly
🎨 Powerful, minimalistic, cross-platform, opensource note-taking app
Stars: ✭ 381 (+1424%)
Mutual labels:  notes
cli-cube-timer
Time your solves, without leaving the terminal
Stars: ✭ 19 (-24%)
Mutual labels:  gist
GitHub Android
A simple client for GitHub.
Stars: ✭ 49 (+96%)
Mutual labels:  gist
react-gist-slideshow
React Component to view gists in a slideshow
Stars: ✭ 15 (-40%)
Mutual labels:  gist
Gist
A C++ Library for Audio Analysis
Stars: ✭ 244 (+876%)
Mutual labels:  gist
adafruit-circuitpython-weekly-meeting
Notes from the weekly circuitpython meetings on Discord
Stars: ✭ 22 (-12%)
Mutual labels:  notes
EasyNotes
Apps notes for Windows, iOS and Android with P2P sync / Приложения заметок для Windows, iOS и Android, с P2P синхронизацией
Stars: ✭ 33 (+32%)
Mutual labels:  notes
tab-notes
Browser Add-on: Allow you to write anything in new tab
Stars: ✭ 44 (+76%)
Mutual labels:  notes
notes.fosspost.org
A collaborative place about notes, bugs or tips regarding free and open source software
Stars: ✭ 16 (-36%)
Mutual labels:  notes

pastila logo

Pastila App

a app lets you takes notes via markdown and github gist.

This is a small app built on Electron. The client portion of the app is build in React.

pastila logo

Install

You should be able to install with node version 4.0 >.

git clone [email protected]:jcblw/pastila.git

To install the dependencies do.

npm install

Running App

npm start

Making a build

If your developing on the app, and are saving data into the app when creating a build all that data will be transfered to the newly created app. Sometimes this is fine.

Basic build

npm run build

Clean Build

If you are developing something and have not commited it yet, beware of clean builds it runs git clean -xdf and will remove any files not tracked yet. This is good tho so there is no left over data in the app.

npm run cleanbuild
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].