A minimal email TUI where you read with Markdown and write in Neovim. neomd.ssp.sh/docs
email markdown neovim tui
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove duplicate images and use the one from docs only

sspaeti 8affa05e 7105d8d4

+6 -6
+4 -4
README.md
··· 82 82 ### Overview: List-View 83 83 84 84 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) 86 86 87 87 ### Reading Panel 88 88 89 89 Reading an email with Markdown 💙: 90 90 91 - ![neomd](images/reading-email.png) 91 + ![neomd](docs/static/images/reading-email.png) 92 92 93 93 ### Sent emails 94 94 This is the markdown sent: ··· 116 116 117 117 Which looks like this: 118 118 119 - ![neomd](images/sent-email.png) 119 + ![neomd](docs/static/images/sent-email.png) 120 120 121 121 Or in Gmail: 122 - ![neomd](images/gmail.png) 122 + ![neomd](docs/static/images/gmail.png) 123 123 124 124 125 125 ### Video
+2 -2
cmd/sendtest/main.go
··· 23 23 this is a text before a h3. 24 24 25 25 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 27 27 28 28 ### H3 header 29 29 ··· 78 78 79 79 for _, to := range recipients { 80 80 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"} 82 82 if err := smtp.Send(smtpCfg, to, "", "", "test neomd HTML rendering", testBody, attachments); err != nil { 83 83 fmt.Fprintf(os.Stderr, "sendtest: %s: %v\n", to, err) 84 84 os.Exit(1)
images/android-overview.png

This is a binary file and will not be displayed.

images/android-reading.png

This is a binary file and will not be displayed.

images/attachments-example.webp

This is a binary file and will not be displayed.

images/gmail.png

This is a binary file and will not be displayed.

images/html-signature.png

This is a binary file and will not be displayed.

images/listmonk-scheduled.png

This is a binary file and will not be displayed.

images/overview-email-feed.png

This is a binary file and will not be displayed.

images/presend-navigation.png

This is a binary file and will not be displayed.

images/reader-threaded.png

This is a binary file and will not be displayed.

images/reading-email.png

This is a binary file and will not be displayed.

images/sent-email.png

This is a binary file and will not be displayed.