fyodor 0.2.7 → 0.2.8
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/README.md +8 -2
- data/lib/fyodor/version.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a9df8b69482e73f4b9111105c9c9e02b5d36ada90536b393d322000e99e9bc7e
|
|
4
|
+
data.tar.gz: 0070bfc112a33cea32020dfda7e7e033292f4083bc60e3487b854d66f857e206
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d35a3946e8c78f57c1a742a9e6ab35c5fa0948cccc88e479147b83f91956844b31afe7475c2a7a53a5856a90eab26c04a8c5a197f085f88f19bde774aa934407
|
|
7
|
+
data.tar.gz: 4cbba9cd18529bc8e3a5d17a6236fa3ad30965655aca6387df759a11926bd578f373920bfb046751be757028989e39d330b19ab61d3909735dbf969a1693b633
|
data/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This application parses `My Clippings.txt` from your Kindle and generates a mark
|
|
|
8
8
|
|
|
9
9
|
[For samples of the output, click here.](docs/output_demo)
|
|
10
10
|
|
|
11
|
-
To read more about the motivation and what problem it tries to solve, [check this blog post](
|
|
11
|
+
To read more about the motivation and what problem it tries to solve, [check this blog post](https://rafaelc.org/tech/p/export-all-your-kindle-highlights-and-notes/).
|
|
12
12
|
|
|
13
13
|
## Features
|
|
14
14
|
|
|
@@ -82,11 +82,17 @@ Where:
|
|
|
82
82
|
- `CLIPPINGS_FILE` is the path for `My Clippings.txt`.
|
|
83
83
|
- `OUTPUT_DIR` is the directory to write the markdown files. If none is supplied, this will be `fyodor_output` under the current directory.
|
|
84
84
|
|
|
85
|
+
## PSA: HTML to markdown
|
|
86
|
+
|
|
87
|
+
Did you export your annotations to HTML using the Kindle mobile app?
|
|
88
|
+
|
|
89
|
+
You can convert it to markdown with [a script I wrote specifically for it](https://rafaelc.org/k/kindle2md).
|
|
90
|
+
|
|
85
91
|
## Buy me a coffee
|
|
86
92
|
|
|
87
93
|
If you like Fyodor, you can show your support here:
|
|
88
94
|
|
|
89
|
-
<a href="https://
|
|
95
|
+
<a href="https://rafaelc.org/coffee" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" width="200" ></a>
|
|
90
96
|
|
|
91
97
|
## License
|
|
92
98
|
|
data/lib/fyodor/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fyodor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rafael Cavalcanti
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-06-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: toml
|
|
@@ -75,6 +75,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- - ">="
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
77
|
version: '2.5'
|
|
78
|
+
- - "<"
|
|
79
|
+
- !ruby/object:Gem::Version
|
|
80
|
+
version: '3'
|
|
78
81
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
82
|
requirements:
|
|
80
83
|
- - ">="
|