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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aec0269503bd5b295cafcdd50095437bd5519e9c
|
|
4
|
+
data.tar.gz: bb62141914ba40da6dbac24e2b460a8531f0f2ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6e717b344357986719f28c7330ab77106a8d5f47d1442dba34cde7a92554362a1ae060e883aea375229761b9abeec3e03784c8a6c9fb176c0585ced2f9752a8
|
|
7
|
+
data.tar.gz: 5b4237f986cd46a71ce97cd8f06d4190ff70c49724cf05b42470cc9828d7199d1546657c03ce04b83a9e8829b9754a1b15478efc7f8ba766be42b0f488b3683c
|
|
@@ -14,15 +14,16 @@
|
|
|
14
14
|
*= require_self
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
body, html {
|
|
18
|
+
font-family: sans-serif;
|
|
19
|
+
margin: 20px;
|
|
20
|
+
-webkit-font-smoothing: antialiased;
|
|
21
|
+
}
|
|
21
22
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
h1 {
|
|
24
|
+
border-bottom: 1px solid black;
|
|
25
|
+
}
|
|
25
26
|
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
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 %>
|
data/lib/dropbox_ext/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2017-02-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|