sf-dropbox-ext 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1f4eb4042b2bb8da049b6eee11e7c256e74ee30
4
- data.tar.gz: 1ccc9f60a9853919dca5920f657ae6aa6e511432
3
+ metadata.gz: aec0269503bd5b295cafcdd50095437bd5519e9c
4
+ data.tar.gz: bb62141914ba40da6dbac24e2b460a8531f0f2ca
5
5
  SHA512:
6
- metadata.gz: e59b5209e22c76fe95b59afcb2cae15847143224cc7759b449717eddda74765ca39a4f17549a7925590c953235bda58db3a908eac65694941afc4f2ff16a5486
7
- data.tar.gz: eed2086cf93127836fb25f9cef8d5457eb8433c6d8155af5832a85ec8db98e44d96426e6b5fed79884d8355151e3a959918dca9bb2235ccf07fc30b38823203c
6
+ metadata.gz: d6e717b344357986719f28c7330ab77106a8d5f47d1442dba34cde7a92554362a1ae060e883aea375229761b9abeec3e03784c8a6c9fb176c0585ced2f9752a8
7
+ data.tar.gz: 5b4237f986cd46a71ce97cd8f06d4190ff70c49724cf05b42470cc9828d7199d1546657c03ce04b83a9e8829b9754a1b15478efc7f8ba766be42b0f488b3683c
@@ -14,15 +14,16 @@
14
14
  *= require_self
15
15
  */
16
16
 
17
- body, html {
18
- font-family: sans-serif;
19
- margin: 20px;
20
- }
17
+ body, html {
18
+ font-family: sans-serif;
19
+ margin: 20px;
20
+ -webkit-font-smoothing: antialiased;
21
+ }
21
22
 
22
- h1 {
23
- border-bottom: 1px solid black;
24
- }
23
+ h1 {
24
+ border-bottom: 1px solid black;
25
+ }
25
26
 
26
- h4 {
27
- font-weight: bold !important;
28
- }
27
+ h4 {
28
+ font-weight: bold !important;
29
+ }
@@ -4,7 +4,20 @@
4
4
 
5
5
  <% if params[:secret_url] %>
6
6
  <p> Your secret URL is: <strong><%= params[:secret_url] %></strong></p>
7
- <p> Enter this URL into your Standard File dashboard to begin using it.</p>
7
+
8
+ <p>
9
+ <strong>To register this extension using your secret URL:</strong>
10
+ </p>
11
+
12
+ <ol>
13
+ <li>In the Standard Notes app, find and click "Account" in the lower left corner.</li>
14
+ <li>Click "Standard File Dashboard".</li>
15
+ <li>After logging in, click "Extensions" in the left panel.</li>
16
+ <li>In the add new extension section, paste in the secret URL, and submit.</li>
17
+ </ol>
18
+
19
+ <p>That's it! Now, whenever you make changes to a note or tag, it will automatically be synced to your Dropbox.<p>
20
+
8
21
  <% else %>
9
22
  <a href="<%= @dropbox_link %>">Link Dropbox</a>
10
23
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module DropboxExt
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sf-dropbox-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Standard File
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-05 00:00:00.000000000 Z
11
+ date: 2017-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails