-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
927 additions
and
723 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
title: 'Frequently Asked Questions' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: 'Backup and Restore Notes' | ||
date: 2022-04-09T09:41:34-07:00 | ||
draft: false | ||
weight: 4 | ||
--- | ||
|
||
You can back up your page notes from the options page. The backup is saved to | ||
disk in CSV format. You can also restore notes from a backup from the same, options, | ||
page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: 'How to enable dark mode icon' | ||
date: 2022-04-09T09:41:34-07:00 | ||
draft: false | ||
weight: 1 | ||
--- | ||
There are three options for the 'Use dark mode icons' setting in the extension options page: | ||
- Auto (default) | ||
- Automatically choose between dark and light mode icons based on the OS settings. Note that browser level setting doesn't trigger this change. | ||
- Always | ||
- Always use dark mode icons. | ||
- Never | ||
- Never use dark mode icons. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: 'Can I disable icon animation and badge' | ||
date: 2022-04-09T09:41:34-07:00 | ||
draft: false | ||
weight: 5 | ||
--- | ||
Yes, you can easily disable icon animation and 'blue' badge from the options page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: 'How to automatically show notes (popup) for a webpage?' | ||
date: 2022-04-09T09:41:34-07:00 | ||
draft: false | ||
weight: 1 | ||
--- | ||
You can configure Page Notes to automatically show notes for a web page by changing "Automatically show notes pop-up" setting under 'Advanced Settings'. There are 3 possible values of this setting: | ||
|
||
- Never | ||
- Notes popup is not shown. | ||
- Only for page-level notes (recommended): | ||
- Notes popup is shown for the pages that have page-specific notes. | ||
- For site-level notes as well: | ||
- Notes popup is shown for all pages that have notes, either through page-level notes or site-level notes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: 'Can I add a keyboard shortcut to open the notes' | ||
date: 2022-04-09T09:41:34-07:00 | ||
draft: false | ||
weight: 3 | ||
--- | ||
|
||
Yes, it's a built-in feature in chrome. Visit `chrome://extensions/shortcuts` to create a shortcut for any extension. For example I use `^(Ctrl) + ⌘ (Cmd) + P` (on Mac) for Page Notes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: 'What are site level notes?' | ||
date: 2022-04-09T09:41:34-07:00 | ||
draft: false | ||
weight: 2 | ||
--- | ||
|
||
Site-level notes are applied to all pages with the same hostname. For example, if you add | ||
a site-level note for `github.com`, those notes will apply to all pages on github.com, | ||
including e.g. `https://github.com/manugarg/pagenotes-issues`. | ||
|
||
You can mark a note as site-level when you edit it. You can also change the default setting | ||
through the options page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: "FAQs" | ||
date: 2023-10-11T00:00:00Z | ||
--- | ||
|
||
1. How do I automatically show my notes? | ||
1. Notes popup is annoying how do I disable it? | ||
1. Where are my notes stored? | ||
1. How to encrypt my notes? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: "FAQs" | ||
date: 2023-10-11T00:00:00Z | ||
--- | ||
|
||
1. Where are my notes stored? | ||
2. How to encrypt my notes? | ||
2. How do I automatically show my notes? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{{ define "main" }} | ||
<h1>{{ .Title }}</h1> | ||
{{ .Content }} | ||
{{ range .Pages }} | ||
<h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3> | ||
{{ .Content }} | ||
{{ end }} | ||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{{ define "sidebar-prefooter" }} | ||
<section class="section section-sm"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-10"> | ||
{{- .Content -}} | ||
</div> | ||
<div class="col-lg-4"> | ||
{{ $tpath := printf "testimonials.md" }} | ||
{{ if (fileExists $tpath) -}} | ||
{{ with .Site.GetPage $tpath }} | ||
{{ .Content }} | ||
{{ end }} | ||
{{- end }} | ||
</div> | ||
</div> | ||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
<div class="card bg-light small"> | ||
<p class="p-2 font-italic"> | ||
"{{.Inner}}" | ||
</p> | ||
<footer class="blockquote-footer pt-1 border-top"> | ||
{{.Get "author"}} | ||
</footer> | ||
</p> | ||
<h5 class="card-header bg-light mt-0"> | ||
⭐⭐⭐⭐⭐ | ||
</h5> | ||
<p class="p-2 font-italic"> | ||
"{{.Inner}}" | ||
</p> | ||
<footer class="blockquote-footer pt-1 border-top"> | ||
{{.Get "author"}} | ||
</footer> | ||
</div> |
Oops, something went wrong.