sn-revisions 0.1.5 → 0.1.6
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 +4 -4
- data/app/views/revisions/home/index.html.haml +8 -7
- data/lib/revisions/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9cbc8bd6b9850fa0d7ebea31c37c6310e96a5d8
|
|
4
|
+
data.tar.gz: d120d1a0e0659e59731c7fb16d96cacca3adeed9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ed42b76a2fb553dfc85aec4775f263a5dd252f8bf5f646cf931d247b6964705ba2de54e014a1e9fdc9287439b6c9177153dcdc6dedb6dc6a0fd78c152edc2d8
|
|
7
|
+
data.tar.gz: 428be5311db65bada60b2c30e243c1df616a509e46ef7f80030c1570d03231b4d500820767404fdf005330b188f40d65ec5d1a187ced83518dd2beb854de7556
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
%h1 Note History Extension for Standard Notes
|
|
2
|
-
%p The note history extension keeps track of changes, and allows you to restore a note to a previous version.
|
|
2
|
+
%p The note history extension automatically keeps track of changes to your notes, and allows you to restore a note to a previous version.
|
|
3
3
|
|
|
4
4
|
- if @server_url
|
|
5
5
|
%p
|
|
6
6
|
%strong
|
|
7
7
|
Your secret
|
|
8
|
-
%span{:style => "text-decoration:underline;"}
|
|
8
|
+
%span{:style => "text-decoration:underline;"} sync adapter
|
|
9
9
|
URL is:
|
|
10
10
|
= @server_url
|
|
11
11
|
%p
|
|
@@ -21,18 +21,19 @@
|
|
|
21
21
|
%p
|
|
22
22
|
%strong To get started:
|
|
23
23
|
%ol
|
|
24
|
-
%li Press "Generate URLs" above to generate your
|
|
24
|
+
%li Press "Generate URLs" above to generate your sync adapter and app extension URLs.
|
|
25
25
|
|
|
26
26
|
%p Once you've generated your URLs, it's time to register the extensions.
|
|
27
27
|
|
|
28
28
|
%p
|
|
29
|
-
%strong To register
|
|
29
|
+
%strong To register the sync adapter:
|
|
30
30
|
%ol
|
|
31
31
|
%li In the Standard Notes app, find and click "Account" in the lower left corner.
|
|
32
32
|
%li Click "Standard File Dashboard".
|
|
33
|
-
%li After logging in, click "
|
|
34
|
-
%li In the add new
|
|
35
|
-
|
|
33
|
+
%li After logging in, click "Sync Adapters" in the left panel.
|
|
34
|
+
%li In the add new section, paste in the server secret URL, and submit.
|
|
35
|
+
|
|
36
|
+
%p Registering the sync adapter allows your main Standard File server to forward encrypted data to your note history server.
|
|
36
37
|
|
|
37
38
|
%p
|
|
38
39
|
%strong To register your app extension:
|
data/lib/revisions/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sn-revisions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Standard Notes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|