Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Commit

Permalink
changelog+rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
GaurangTandon committed Jul 25, 2018
1 parent ef55b46 commit 1dd865d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
7 changes: 4 additions & 3 deletions PERMISSIONS_EXPLAINED.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ ProKeys needs the following permissions for corresponding reasons:
## Chrome and Opera

1. "Read and change all your data on the websites you visit / Access your data on all websites" - this makes sure that Prokeys is able to perform its functions: snippet expansion, auto-inserts, mathomania, etc.
2. "Display notifications" - only when the app is installed or updated, to notify you of latest developments.
2. "Display notifications" - only when the app is installed or updated, to notify you of latest improvements.
3. "Read data that you copy and paste" - to provide the clipboard paste feature inside of snippets.

While the permissions above may sound alarming, we use them properly and respect your privacy before anything else. We also favour transparency, so you can check out the latest code [on GitHub](https://github.com/GaurangTandon/ProKeys).
Your data is NOT sent to any external servers, as has been stated in our [privacy policy](https://github.com/GaurangTandon/ProKeys/blob/master/PRIVACY_POLICY.md).
While the permissions above may sound alarming, we use them responsibly and respect your privacy before anything else. We also favour transparency, so you can check out the latest code [on GitHub](https://github.com/GaurangTandon/ProKeys).

Your data is NOT sent to any external servers, as has been stated in our [privacy policy](https://github.com/GaurangTandon/ProKeys/blob/master/PRIVACY_POLICY.md).
23 changes: 14 additions & 9 deletions html/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
</ul>-->
<h2>&#x25cf; New features</h2>
<ul>
<li>You can now embed one snippet inside of another! View the Help page for details.</li>
<li>
<b>You can now embed one snippet inside of another! View the Help page for details.</b>
</li>
</ul>
<h2>&#x25cf; Functional changes</h2>
<ul>
Expand All @@ -64,7 +66,8 @@ <h2>&#x25cf; Content changes</h2>
</ul>
<h2>&#x25cf; Bugs squashed</h2>
<ul>
<li>Regression of the time function in date/time macros.</li>
<li>Regression of time function not working in date/time macros.</li>
<li>Regression of wrapping selection in auto-inserts in whitespace with no text selected.</li>
</ul>
</div>
<!--<div class="notice">
Expand Down Expand Up @@ -482,15 +485,17 @@ <h2>Info</h2>
<a href="#tryit">Try math expressions in the editor</a> (like "[[5^3=]]")
</dd>

<dt>How to embed one snippet inside of another?</dt>
<dt>How to Embed one Snippet inside of another?</dt>
<dd>
Embedding one snippet inside of another allows you to pull the contents of one snippet into another. This is extremely useful
<p>Embedding one snippet inside of another allows you to pull the contents of one snippet into another. This is extremely useful
when you have a certain text repeated in several snippets. You can declare that certain text as a single separate
snippet, and then embed this new snippet inside the other snippets.
<br> All the placeholders and macros of the embedded snippet work as if they were a part of the parent snippet. You can
embed more than one snippet inside a parent snippet, and your embedded snippet can also contain other embedding references.
<br> To embed a snippet "snp" inside another snippet "main", you would simply type "[[%s(snp)]]" (without quotes) inside
the "main" snippet body.
snippet, and then embed this new snippet inside the other snippets.</p>
<br>
<p>All the placeholders and macros of the embedded snippet work as if they were a part of the parent snippet. You can
embed more than one snippet inside a parent snippet, and your embedded snippet can also contain other embedding references.</p>
<br>
<p>To embed a snippet "snp2" inside another snippet "snp1", you would simply type "[[%s(snp2)]]" (without quotes) inside
the "snp1" snippet's body.</p>
</dd>

<dt>What are Date/Time macros?</dt>
Expand Down

0 comments on commit 1dd865d

Please sign in to comment.