Skip to content

Commit

Permalink
Merge pull request #46 from earvinpiamonte/develop
Browse files Browse the repository at this point in the history
Merge from develop to master
  • Loading branch information
earvinpiamonte authored Oct 4, 2020
2 parents 1ad4230 + ef2433f commit f48417f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# daylight

Write down notes directly on the new tab page of your Google Chrome browser.
Daylight, stylized as `daylight`, is a Google Chrome browser extension that let's you write down notes directly on the new tab page.

## Other features
## Features

- opt in to automatically reset your notes from your template (resets to the next midnight)
- set up daily notes template
- easily copy your notes for the day with a copy to clipboard button and send it anywhere
- Opt in to automatically reset your notes from your template (resets at midnight)
- Easily copy your notes for the day with a copy to clipboard button and send it anywhere
- Download current notes as text file
- Dark mode? Oh You're dang right

## Install

Expand Down
2 changes: 1 addition & 1 deletion app.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<p class="px-1 text-smaller">
&copy; 2020
<a
href="https://earvinpiamonte-daylight.netlify.app"
href="https://earvinpiamonte.com/daylight"
draggable="false"
target="_blank"
rel="noopener noreferrer"
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "daylight",
"version": "0.4.0",
"version": "0.4.1",
"manifest_version": 2,
"description": "Write down notes directly on the new tab page of your Google Chrome browser.",
"author": "Noel Earvin Piamonte",
"homepage_url": "https://github.com/earvinpiamonte/daylight",
"homepage_url": "https://earvinpiamonte.com/daylight",
"icons": {
"16": "images/icon16.png",
"32": "images/icon32.png",
Expand Down
2 changes: 1 addition & 1 deletion settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1 class="mb-1">Settings</h1>
<p class="px-1 text-smaller">
&copy; 2020
<a
href="https://earvinpiamonte-daylight.netlify.app"
href="https://earvinpiamonte.com/daylight"
draggable="false"
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit f48417f

Please sign in to comment.