Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathontoon/manifest
An instant grid-based pinboard for note taking in your browser.
https://github.com/jonathontoon/manifest
Last synced: 14 days ago
JSON representation
An instant grid-based pinboard for note taking in your browser.
- Host: GitHub
- URL: https://github.com/jonathontoon/manifest
- Owner: jonathontoon
- License: gpl-2.0
- Created: 2019-12-31T05:02:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T01:16:37.000Z (3 months ago)
- Last Synced: 2024-07-31T02:07:25.175Z (3 months ago)
- Language: JavaScript
- Homepage: https://manifest.app
- Size: 1.03 MB
- Stars: 605
- Watchers: 12
- Forks: 59
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred-test - jonathontoon/manifest - An instant grid-based pinboard for note taking in your browser. (JavaScript)
README
# ❏ Manifest
[![GitHub Release](https://img.shields.io/github/release/jonathontoon/manifest.svg)](https://github.com/jonathontoon/manifest/releases/latest)
[![Size](https://img.shields.io/bundlephobia/minzip/manifest?style=flat)](https://github.com/jonathontoon/manifest/releases/latest)
[![Project License](https://img.shields.io/github/license/jonathontoon/manifest.svg)](https://github.com/jonathontoon/manifest/blob/master/LICENSE)![Manifest](https://i.imgur.com/sdKEe3H.png)
### Table of Contents
- [Introduction](#introduction)
- [FAQ](#faq)
- [Report Bugs](#report-bugs)
- [Donate](#Donate)
- [Acknowledgements](#acknowledgements)## Introduction
Manifest is a grid-based pinboard for note taking. Simply click and drag anywhere to create a note and snap it to the grid set by your current window size. All notes can be moved, resized and deleted. Your browser's local storage is also utilized to save notes between sessions and while offline. While completely open source and free, please consider supporting it's development through a [small donation](https://donate.stripe.com/cN23ggaU156agSYaEF).## FAQ
### 1. Is this available as some kind of web extension?
In order to avoid investing too much in a single eco-system there's no plan to create an extension right now.### 2. What about a desktop app?
Given that the easiest way to make a desktop app would use something like [Electron](https://github.com/electron) or most likely [DeskGap](https://github.com/patr0nus/DeskGap), which are just web views themselves, there's nothing really unique that a desktop-specific app could offer. Manifest is however a [progressive web app](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps), so using most popular web browsers you can save it as a stand alone application.### 3. Can Manifest work on mobile?
Manifest is not a mobile-centric product. This is intentional, as the specific experience and interactions which offer such experience rely on more accurate types of input. If mobile support was made possible though it would most likely require it's own bespoke experience. In saying that, tablet support is definitely a goal for this project.### 4. Does Manifest have a dark mode?
Yes. By default, it reads from your OS preference. You can toggle between light and dark mode with altt, and your preference will be saved.
### 5. What is Manifest built with?
Simply vanilla JS and SASS, bundled with Parcel.### 6. Does Manifest use any analytics?
Zero. Manifest provides no connection to a server, and no data is ever sent outside of the browser. All data is stored locally.## Report Bugs
Please create a Github [issue](https://github.com/jonathontoon/manifest/issues), following the `ISSUE_TEMPLATE.md` and provide as much information as possible regarding the bug, including screenshots or error codes.## Donate
Manifest is free and will always be free. However if you'd like to contribute a small donation via [LiberaPay](https://liberapay.com/jonathontoon/) to help pay for domain and server costs it would be greatly appreciated.## Acknowledgements
Thank you to [bnjm](https://www.github.com/bnjm) for help with the grid snapping logic, as well as everyone who helped test the first release.