Skip to content

Commit 8affa05

Browse files
committed
remove duplicate images and use the one from docs only
1 parent 7105d8d commit 8affa05

13 files changed

Lines changed: 6 additions & 6 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ flowchart TD
8282
### Overview: List-View
8383

8484
Feed view with all Newsletters - also workflow with differnt tabs and unread counter only for certain tabs (not all):
85-
![neomd](images/overview-email-feed.png)
85+
![neomd](docs/static/images/overview-email-feed.png)
8686

8787
### Reading Panel
8888

8989
Reading an email with Markdown 💙:
9090

91-
![neomd](images/reading-email.png)
91+
![neomd](docs/static/images/reading-email.png)
9292

9393
### Sent emails
9494
This is the markdown sent:
@@ -116,10 +116,10 @@ Best regards
116116

117117
Which looks like this:
118118

119-
![neomd](images/sent-email.png)
119+
![neomd](docs/static/images/sent-email.png)
120120

121121
Or in Gmail:
122-
![neomd](images/gmail.png)
122+
![neomd](docs/static/images/gmail.png)
123123

124124

125125
### Video

cmd/sendtest/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ E.g. **bold** or _italic_.
2323
this is a text before a h3.
2424
2525
here's an image in-line:
26-
[attach] /home/sspaeti/git/email/neomd/images/overview-email-feed.png
26+
[attach] /home/sspaeti/git/email/neomd/docs/static/images/overview-email-feed.png
2727
2828
### H3 header
2929
@@ -78,7 +78,7 @@ func main() {
7878

7979
for _, to := range recipients {
8080
fmt.Printf("sending to %s via %s...\n", to, acc.SMTP)
81-
attachments := []string{"images/overview-email-feed.png"}
81+
attachments := []string{"docs/static/images/overview-email-feed.png"}
8282
if err := smtp.Send(smtpCfg, to, "", "", "test neomd HTML rendering", testBody, attachments); err != nil {
8383
fmt.Fprintf(os.Stderr, "sendtest: %s: %v\n", to, err)
8484
os.Exit(1)

images/android-overview.png

-443 KB
Binary file not shown.

images/android-reading.png

-219 KB
Binary file not shown.

images/attachments-example.webp

-326 KB
Binary file not shown.

images/gmail.png

-142 KB
Binary file not shown.

images/html-signature.png

-74.6 KB
Binary file not shown.

images/listmonk-scheduled.png

-162 KB
Binary file not shown.

images/overview-email-feed.png

-348 KB
Binary file not shown.

images/presend-navigation.png

-44.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)