You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable default image export behavior, images will not be downloaded from the notes.
44
47
```
45
48
46
49
## 🗒️ Note splitting
@@ -51,6 +54,12 @@ With `-s` flag you can enable note splitting - which exports notes to separate d
51
54
52
55
This enables user to input specific format for timestamp - **but it must be compatible with [.NET specification](https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings)**.
53
56
57
+
## 🖼️ Image export
58
+
59
+
Since `v1.7.0` this app exports images present in notes by default.
60
+
61
+
You can disable this feature by `-di` flag in CLI args.
" -h, --help\t\tShow this help message and exit\n",
15
+
" -h, --help\n\tShow this help message and exit\n",
16
16
$" -d, --domain <domain> {"(default: us.i.mi.com)".Pastel(Color.DimGray)}\n\tMi Notes domain that you were redirected to.\n",
17
-
$" -s, --split <timestamp> {"(default: dd-MM-yyyy_HH-mm-ss)".Pastel(Color.DimGray)}\n\tSplit notes into separate files with provided timestamp format. Must be compatible with:\n\thttps://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings"
17
+
$" -s, --split <timestamp> {"(default: dd-MM-yyyy_HH-mm-ss)".Pastel(Color.DimGray)}\n\tSplit notes into separate files with provided timestamp format. Must be compatible with:\n\thttps://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings\n",
18
+
$" -di, --disable-images\n\tDisable default image export behavior, images will not be downloaded from the notes.\n",
0 commit comments