Julio Biason
90314f9482
Updated readme
3 years ago
Julio Biason
ebd52c2445
Merge pull request #12 from jbiason/multiple-accounts
...
Multiple accounts
3 years ago
Julio Biason
7dfcf60967
Removed references to Joplin
3 years ago
Julio Biason
777cf69681
In Org, save attachments in a directory with the date
3 years ago
Julio Biason
a8add49aec
Enabled the Org storage
3 years ago
Julio Biason
15958f1a23
Markdown storage works!
3 years ago
Julio Biason
177ee90fb0
Fixed the way we go through favourites
3 years ago
Julio Biason
90dba310fa
Set favourite
3 years ago
Julio Biason
958e695283
Make the iterator mutable
3 years ago
Julio Biason
a08b8f368b
Exposed the iterator, but now I need it mut :(
3 years ago
Julio Biason
0236dabff0
Added a few (empty) commands
3 years ago
Julio Biason
32753fb15e
Log-derive
3 years ago
Julio Biason
e372fd7d4a
Using log-derive and breaking things into smaller modules
3 years ago
Julio Biason
4d0044900d
Starting to retrieve favourites
3 years ago
Julio Biason
12592de153
Better way to crawl over this
3 years ago
Julio Biason
39267a461c
Exposing the markdown configuration to download to it
3 years ago
Julio Biason
2b262db8d9
Add Markdown storage
3 years ago
Julio Biason
7137ff20ad
Do the parsing for adding storage
3 years ago
Julio Biason
477d76e0d7
Fixed the args to have the storages directly, instead of args
3 years ago
Julio Biason
bd45d26601
Moved from dyn to full Enum
3 years ago
Julio Biason
e7fe007d8c
Fixed the account management commands
3 years ago
Julio Biason
8422f053ba
Switching to a Command pattern
3 years ago
Julio Biason
25c10f3ab2
Make the code compile again
3 years ago
Julio Biason
635234e6f4
Starting to remove the old stuff
3 years ago
Julio Biason
fdf274fb45
Refactored the command line interface
3 years ago
Julio Biason
137c014252
Starting with the storage configuration
3 years ago
Julio Biason
e9d781b155
Here's an idea: Move backends to their own modules
...
Instead of having a bunch of things in "storage", let's have a
"filesystem" module, with its configuration and backend; let's have a
"joplin" module, with its configuration and backend; and so on.
3 years ago
Julio Biason
294d790e5c
Moved configuration errors to errors.rs
3 years ago
Julio Biason
3eedfa8c4f
Basic multiple-account support
3 years ago
Julio Biason
5adc4f800b
Moving configuration to another file
...
Things were getting too messy in the original file, so better start
clean (and right) than trying to fix things.
3 years ago
Julio Biason
1351050bea
Starting to deal with account commands
3 years ago
Julio Biason
6a677f47a2
Command line to add and remove acccounts
3 years ago
Julio Biason
245fc24f5c
Screw 100 column lines
3 years ago
Julio Biason
2ccee8e7b3
Merge pull request #10 from jbiason/clap
...
Added command line interface with clap
3 years ago
Julio Biason
bdac2501e4
Added command line interface with clap
3 years ago
Julio Biason
4c5b76e618
Moved the things to do to Github issues
3 years ago
Julio Biason
0eae0b5a96
More things to do
3 years ago
Julio Biason
c502bd2a37
Added some future ideas
4 years ago
Julio Biason
e0616d4106
Updated readme
4 years ago
Julio Biason
7471a8d5bd
Some small layout fixes
4 years ago
Julio Biason
9e3e39b9be
Refactored for a more "fluent" style
4 years ago
Julio Biason
dab2e47cab
Clippy
4 years ago
Julio Biason
af782fa992
Rounded up the resulting layout
4 years ago
Julio Biason
94b1f64318
Properly name the attachments now
4 years ago
Julio Biason
765eced234
Also keep the attachemtns in the org
4 years ago
Julio Biason
5a93c3ba84
Processing HTML to Org now, looks pretty decent
4 years ago
Julio Biason
9af9b3cda3
Markdown (only) to the Markdown gods
4 years ago
Julio Biason
a1bf236a83
Properly recover from error opening file
...
At first I thought the `map_err` would be the right way to solve this,
but actually it didn't do what I expected.
4 years ago
Julio Biason
058f57aa7a
Storage as Org Files
4 years ago
Julio Biason
abe0ae2f9f
Version bump
4 years ago