Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revolter/notepadtab.com
https://github.com/revolter/notepadtab.com
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/revolter/notepadtab.com
- Owner: revolter
- License: gpl-3.0
- Created: 2024-05-12T20:18:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T22:09:52.000Z (4 months ago)
- Last Synced: 2024-08-21T10:10:50.047Z (3 months ago)
- Language: HTML
- Homepage: https://notepadtab.com/
- Size: 207 KB
- Stars: 121
- Watchers: 2
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Notepad Tab
A simple, secure and private note taking tool.
The idea of encoding and persisting the content in the URL was inspired by
https://mermaid.live.## Installation
1. Install `Ruby` by following the instructions from
https://www.ruby-lang.org/en/documentation/installation/.
2. Install the `Ruby` dependencies by running
```sh
bundle install
```
3. Install `Node.js` by following the instructions from
https://docs.npmjs.com/downloading-and-installing-node-js-and-npm.
4. Install the `Node.js` dependencies by running
```sh
npm install
```## Configuration
### Favicon
- Check if RealFaviconGenerator
[got updated](https://realfavicongenerator.net/change_log) by running
```sh
npm run check-favicon-update
```
- If you update [the source SVG](sources/favicon/favicon.svg), or if
RealFaviconGenerator gets updated, update the favicon assets by running
```sh
npm run update-favicon
```
- Check the generated (and deployed) favicon assets by going to
https://realfavicongenerator.net/favicon_checker?protocol=https&site=notepadtab.com## Usage
```sh
npm run serve
```## License
[GPL](LICENSE.md)