Compare commits
No commits in common. "master" and "editor" have entirely different histories.
|
|
@ -1,5 +1,5 @@
|
||||||
# 🚀 Getting started with PomeloNote
|
# 🚀 Getting started with PomeloNote
|
||||||
### **THIS REPOSITORY HAS DEPENDENCIES WITH SECURITY VULNERABILITIES. YOU MIGHT WANT TO UPDATE PACKAGES BEFORE USE.**
|
|
||||||
## Setup
|
## Setup
|
||||||
- run `npm i`
|
- run `npm i`
|
||||||
- get the .env file and save it to the root directory of the project
|
- get the .env file and save it to the root directory of the project
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
remote_theme: pages-themes/leap-day@v0.2.0
|
|
||||||
plugins:
|
|
||||||
- jekyll-remote-theme
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
name,github,image
|
|
||||||
Jonas Weissengruber,j-weissen,jowei
|
|
||||||
Stefan Prechtler,s-prechtl,stef
|
|
||||||
David Hain,d-hain,dave
|
|
||||||
|
|
Before Width: | Height: | Size: 151 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 182 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 134 KiB |
|
|
@ -1,31 +0,0 @@
|
||||||
# Pomelo Note
|
|
||||||
|
|
||||||
This is the best open source note app you will ever find.
|
|
||||||
|
|
||||||
## Login
|
|
||||||
When first entering the app, you will need to login. If you haven't got an account you may consider [registering](#register), or just not using the app at all.
|
|
||||||
<br /><img src="images/login.png" width="50%" style="margin: auto; display: block;" />
|
|
||||||
|
|
||||||
## Register
|
|
||||||
A username, an email and a password that's all you need. If you are missing one of those, just don't use the app at all.
|
|
||||||
<br /><img src="images/register.png" width="50%" style="margin: auto; display: block;" />
|
|
||||||
|
|
||||||
## Editor
|
|
||||||
You can edit your notes with our minimalistic editor interface.
|
|
||||||
<br /><img src="images/editor.png" width="50%" style="margin: auto; display: block;" />
|
|
||||||
|
|
||||||
## Listing
|
|
||||||
Here you can see all your notes. Click on them to open the editor or hover and press the red "X" to delete them.
|
|
||||||
<br /><img src="images/listing.png" width="50%" style="margin: auto; display: block;" />
|
|
||||||
|
|
||||||
## Delete
|
|
||||||
Confirm the deletion.
|
|
||||||
<br /><img src="images/delete.png" width="50%" style="margin: auto; display: block;" />
|
|
||||||
|
|
||||||
# The Team
|
|
||||||
{% for dev in site.data.devs %}
|
|
||||||
{{ dev.name }}
|
|
||||||
[GitHub](https://github.com/{{ dev.github }})
|
|
||||||

|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||