All Projects → daftspaniel → np8080

daftspaniel / np8080

Licence: BSD-3-Clause license
A web based text editor written with AngularDart.

Programming Languages

dart
5743 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to np8080

Prestashop
Free PWA & SPA for PrestaShop
Stars: ✭ 59 (+247.06%)
Mutual labels:  web-app, pwa-apps
Slingcode
personal computing platform
Stars: ✭ 277 (+1529.41%)
Mutual labels:  web-app, text-editor
Vue Cloudfront
vue-cloudfront - PWA for cloud storage with focus on design and performance. Made especially for self-hosting purposes. Build with vuejs2 and vuex. Always Open Source, MIT license.
Stars: ✭ 80 (+370.59%)
Mutual labels:  web-app, pwa-apps
Edinote
Note taking web application for self-hosting. Offers tagging & Markdown support; can be used as a simple alternative to Evernote.
Stars: ✭ 17 (+0%)
Mutual labels:  web-app, text-editor
affilicats
🐈 Progressive Web App demo that showcases flaky network resilience measures (📶 or 🚫📶).
Stars: ✭ 65 (+282.35%)
Mutual labels:  offline-capable, pwa-apps
yu-writer.site
A feature-rich, efficient text editor - Web Site
Stars: ✭ 1,212 (+7029.41%)
Mutual labels:  text-editor
CometVisu
Repository for the CometVisu building automation visualisation.
Stars: ✭ 60 (+252.94%)
Mutual labels:  web-app
bangle.dev
Collection of higher level rich text editing tools. It powers the local only note taking app https://bangle.io
Stars: ✭ 541 (+3082.35%)
Mutual labels:  text-editor
bob
Clojure console editor written in pure C with REPL support, syntax highlighting and search
Stars: ✭ 15 (-11.76%)
Mutual labels:  text-editor
next-react-boilerplate
🔥 NextJS with additional tech feature like react-boilerplate. Demo >>
Stars: ✭ 20 (+17.65%)
Mutual labels:  pwa-apps
rust-web-app
An example Rust web application with a focus on module structure
Stars: ✭ 150 (+782.35%)
Mutual labels:  web-app
Polyel-Framework
⚡️ Voltis Core: A PHP framework based on Swoole from the ground up
Stars: ✭ 22 (+29.41%)
Mutual labels:  web-app
next
(Work in progress) The rewritten version of the original PizzaQL 🍕
Stars: ✭ 45 (+164.71%)
Mutual labels:  web-app
atom-genesis-ui
Custom UI theme for Atom text editor (retired)
Stars: ✭ 34 (+100%)
Mutual labels:  text-editor
sigmah
Open source software for managing international aid projects
Stars: ✭ 22 (+29.41%)
Mutual labels:  offline-capable
simple-cloud-music
简洁的的第三方网易云音乐播放器
Stars: ✭ 306 (+1700%)
Mutual labels:  pwa-apps
mif
MIF is a C++11 web-application framework designed for the backend micro-service development
Stars: ✭ 42 (+147.06%)
Mutual labels:  web-app
crazy-canvas
Simple canvas playground
Stars: ✭ 12 (-29.41%)
Mutual labels:  web-app
reader
tReader,又一个 txt 文本阅读器,Web App; Yet another txt reader
Stars: ✭ 49 (+188.24%)
Mutual labels:  web-app
Racoon
✒️ A simple code editor based on Qt
Stars: ✭ 20 (+17.65%)
Mutual labels:  text-editor

np8080 0.0.31

NOTE : NP8080 is currently moving to Dart 2 and Angular 5 - things will be bumpy!

NP8080 is a simple notepad type app for the web with some text processing features. It is lightweight and fast to load. 100% functionality when offline so great for Chromebooks.

NP8080 Screenshot

I use it daily as a scratchpad, a markdown editor and for notes. Particularly handy when working in the context of a web browser as switching tabs is far smoother than switching applications.

You can try it out here.

Feature requests, bug reports and pull requests welcome!

Development Details

NP8080 is written in Angular Dart and can be hosted on any web server as it is client-side. Find out more about Dart.

Build Status

Currently not running Run tests with (note tests mostly moved to sub-packages):

  • pub run test

Run in development with:

  • pub run build_runner serve

Build for deployment with:

  • pub run build_runner build --config=release -o .build

Check source code formatting:

  • dartfmt -n .
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].