Skip to content

Commit

Permalink
chore: rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
fedragon committed Jul 7, 2024
1 parent 353271f commit b7b1a76
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bookmd
# bookmarkd

Converts HTML pages to Markdown files and stores them in a local [Obsidian](https://obsidian.md) vault, in line with Steph Ango's [File over app](https://stephango.com/file-over-app) philosophy.

Expand Down
4 changes: 2 additions & 2 deletions cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ import (
"github.com/go-chi/chi/v5/middleware"
"github.com/kelseyhightower/envconfig"

"github.com/fedragon/bookmd/api"
"github.com/fedragon/bookmarkd/api"
)

type Config struct {
HttpAddress string `envconfig:"BOOKMD_HTTP_ADDRESS" default:"0.0.0.0:3333"`
HttpAddress string `envconfig:"BOOKMARKD_HTTP_ADDRESS" default:"0.0.0.0:3333"`
}

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/fedragon/bookmd
module github.com/fedragon/bookmarkd

go 1.22

Expand Down
4 changes: 2 additions & 2 deletions pocket-importer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pocket importer

Imports Pocket saves into Bookmd.
Imports Pocket saves in Obsidian using `bookmarkd`.

**Disclaimer:** Use at your own risk, no guarantees whatsoever. I've used it to migrate my own Pocket saves and it worked fine except for a few websites.

Expand All @@ -14,7 +14,7 @@ Open the [Pocket Export](https://getpocket.com/export) page and click on "Export

### Run server

From the root of the `bookmd` project, run
From the root of the `bookmarkd` project, run

```shell
make
Expand Down

0 comments on commit b7b1a76

Please sign in to comment.