From 0eaf26483f0334281b1820042d76651d07f60b5b Mon Sep 17 00:00:00 2001 From: Michael McDonagh Date: Wed, 10 Jan 2024 16:47:22 -0500 Subject: [PATCH] Remove references to old repo (#373) Finalise transfer from old repo (github.com/mickael-menu/zk) to new (github.com/zk-org/zk) Co-authored-by: tjex --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/support.yml | 2 +- CHANGELOG.md | 84 +++++++++---------- README.md | 8 +- docs/_layouts/default.html | 2 +- docs/assets/media/list-format.svg | 2 +- docs/automation.md | 2 +- docs/config-alias.md | 2 +- docs/editors-integration.md | 8 +- docs/tool-fzf.md | 2 +- go.mod | 8 +- go.sum | 15 ++-- internal/adapter/editor/editor.go | 10 +-- internal/adapter/editor/editor_test.go | 4 +- internal/adapter/fs/fs.go | 2 +- internal/adapter/fzf/fzf.go | 6 +- internal/adapter/fzf/note_filter.go | 8 +- internal/adapter/handlebars/handlebars.go | 10 +-- .../adapter/handlebars/handlebars_test.go | 12 +-- internal/adapter/handlebars/helpers/date.go | 4 +- internal/adapter/handlebars/helpers/json.go | 4 +- internal/adapter/handlebars/helpers/link.go | 4 +- .../adapter/handlebars/helpers/prepend.go | 4 +- internal/adapter/handlebars/helpers/shell.go | 4 +- internal/adapter/handlebars/helpers/slug.go | 2 +- internal/adapter/handlebars/helpers/style.go | 4 +- internal/adapter/lsp/cmd_index.go | 2 +- internal/adapter/lsp/cmd_link.go | 4 +- internal/adapter/lsp/cmd_list.go | 10 +-- internal/adapter/lsp/cmd_new.go | 8 +- internal/adapter/lsp/cmd_tag.go | 6 +- internal/adapter/lsp/completion.go | 4 +- internal/adapter/lsp/document.go | 10 +-- internal/adapter/lsp/server.go | 10 +-- internal/adapter/lsp/util.go | 4 +- internal/adapter/markdown/extensions/tag.go | 2 +- .../adapter/markdown/extensions/wikilink.go | 2 +- internal/adapter/markdown/markdown.go | 12 +-- internal/adapter/markdown/markdown_test.go | 12 +-- internal/adapter/sqlite/collection_dao.go | 6 +- .../adapter/sqlite/collection_dao_test.go | 6 +- internal/adapter/sqlite/db.go | 6 +- internal/adapter/sqlite/db_test.go | 4 +- internal/adapter/sqlite/link_dao.go | 4 +- internal/adapter/sqlite/link_dao_test.go | 6 +- internal/adapter/sqlite/metadata_dao.go | 2 +- internal/adapter/sqlite/metadata_dao_test.go | 2 +- internal/adapter/sqlite/note_dao.go | 14 ++-- internal/adapter/sqlite/note_dao_test.go | 16 ++-- internal/adapter/sqlite/note_index.go | 12 +-- internal/adapter/sqlite/note_index_test.go | 6 +- internal/adapter/sqlite/stmt.go | 2 +- .../adapter/sqlite/testdata/issue23/notes.yml | 2 +- internal/adapter/sqlite/transaction_test.go | 4 +- internal/adapter/sqlite/util.go | 4 +- internal/adapter/sqlite/util_test.go | 2 +- internal/adapter/term/styler.go | 2 +- internal/adapter/term/styler_test.go | 4 +- internal/cli/cmd/edit.go | 8 +- internal/cli/cmd/graph.go | 10 +-- internal/cli/cmd/index.go | 6 +- internal/cli/cmd/init.go | 6 +- internal/cli/cmd/list.go | 8 +- internal/cli/cmd/list_test.go | 2 +- internal/cli/cmd/lsp.go | 6 +- internal/cli/cmd/new.go | 8 +- internal/cli/cmd/tag.go | 8 +- internal/cli/container.go | 30 +++---- internal/cli/filtering.go | 8 +- internal/cli/filtering_test.go | 2 +- internal/core/config.go | 4 +- internal/core/config_test.go | 4 +- internal/core/link_format.go | 4 +- internal/core/link_format_test.go | 2 +- internal/core/note.go | 2 +- internal/core/note_find_test.go | 2 +- internal/core/note_format_test.go | 6 +- internal/core/note_index.go | 8 +- internal/core/note_new.go | 4 +- internal/core/note_new_test.go | 8 +- internal/core/note_parse.go | 6 +- internal/core/notebook.go | 8 +- internal/core/notebook_store.go | 4 +- internal/util/exec/exec_unix.go | 2 +- internal/util/fts5/fts5_test.go | 2 +- internal/util/os/os.go | 2 +- internal/util/pager/pager.go | 10 +-- internal/util/paths/diff_test.go | 2 +- internal/util/paths/walk.go | 2 +- internal/util/paths/walk_test.go | 6 +- internal/util/rand/rand.go | 2 +- internal/util/strings/strings_test.go | 2 +- internal/util/test/assert/assert.go | 2 +- internal/util/yaml/yaml_test.go | 2 +- main.go | 8 +- tests/cmd-init-defaults.tesh | 2 +- tests/issue-118.tesh | 2 +- tests/issue-16.tesh | 2 +- tests/issue-170.tesh | 2 +- tests/issue-173.tesh | 2 +- tests/issue-185.tesh | 2 +- tests/issue-20.tesh | 2 +- tests/issue-23.tesh | 2 +- tests/issue-236.tesh | 2 +- tests/issue-254.tesh | 2 +- tests/issue-47.tesh | 2 +- tests/issue-78.tesh | 2 +- tests/issue-82.tesh | 2 +- tests/issue-86.tesh | 2 +- tests/issue-89.tesh | 2 +- 110 files changed, 320 insertions(+), 321 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 92ff52b..6840be6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -6,5 +6,5 @@ body: attributes: label: If you have an idea, open a discussion options: - - label: I will [create a new discussion](https://github.com/mickael-menu/zk/discussions/new?category=ideas) instead of an issue. + - label: I will [create a new discussion](https://github.com/zk-org/zk/discussions/new?category=ideas) instead of an issue. diff --git a/.github/ISSUE_TEMPLATE/support.yml b/.github/ISSUE_TEMPLATE/support.yml index 2d98383..241ad0f 100644 --- a/.github/ISSUE_TEMPLATE/support.yml +++ b/.github/ISSUE_TEMPLATE/support.yml @@ -10,4 +10,4 @@ body: attributes: label: If you need help, open a discussion options: - - label: I will [create a new discussion](https://github.com/mickael-menu/zk/discussions/new?category=help) instead of an issue. + - label: I will [create a new discussion](https://github.com/zk-org/zk/discussions/new?category=help) instead of an issue. diff --git a/CHANGELOG.md b/CHANGELOG.md index b983e54..40d0b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,14 @@ All notable changes to this project will be documented in this file. ### Fixed -* [#331](https://github.com/mickael-menu/zk/issues/331) Fixed parsing large notes (contributed by [@khimaros](https://github.com/mickael-menu/zk/pull/339)). +* [#331](https://github.com/zk-org/zk/issues/331) Fixed parsing large notes (contributed by [@khimaros](https://github.com/zk-org/zk/pull/339)). ## 0.14.0 ### Added -* New [`tool.shell`](docs/tool-shell.md) configuration key to set a custom shell (contributed by [@lsvmello](https://github.com/mickael-menu/zk/pull/302)). -* New [`notebook.dir`](docs/config-notebook.md) configuration key to set the default notebook (contributed by [@lsvmello](https://github.com/mickael-menu/zk/pull/304)). +* New [`tool.shell`](docs/tool-shell.md) configuration key to set a custom shell (contributed by [@lsvmello](https://github.com/zk-org/zk/pull/302)). +* New [`notebook.dir`](docs/config-notebook.md) configuration key to set the default notebook (contributed by [@lsvmello](https://github.com/zk-org/zk/pull/304)). ### Changed @@ -21,7 +21,7 @@ All notable changes to this project will be documented in this file. ### Fixed -* Fixed LSP positions using UTF-16 offsets (contributed by [@wrvsrx](https://github.com/mickael-menu/zk/pull/317)). +* Fixed LSP positions using UTF-16 offsets (contributed by [@wrvsrx](https://github.com/zk-org/zk/pull/317)). ## 0.13.0 @@ -31,14 +31,14 @@ All notable changes to this project will be documented in this file. * `zk.new` now returns the created note's content in its output (`content`), and has two new options: * `dryRun` will prevent `zk.new` from creating the note on the file system. * `insertContentAtLocation` can be used to insert the created note's content into an arbitrary location. - * A new `zk.link` command to insert a link to a given note (contributed by [@psanker](https://github.com/mickael-menu/zk/pull/284)). + * A new `zk.link` command to insert a link to a given note (contributed by [@psanker](https://github.com/zk-org/zk/pull/284)). ## 0.12.0 ### Added * LSP: Support for external URLs with `documentLink`. -* New `{{date}}` template helper to obtain a date object from natural language (contributed by [@zalegrala](https://github.com/mickael-menu/zk/pull/262)). +* New `{{date}}` template helper to obtain a date object from natural language (contributed by [@zalegrala](https://github.com/zk-org/zk/pull/262)). ``` Get a relative date using natural language: {{date "next week"}} @@ -46,7 +46,7 @@ All notable changes to this project will be documented in this file. Format a date returned by `get-date`: {{format-date (date "monday") "timestamp"}} ``` -* `zk list` now support multiple `--match`/`-m` flags, which allows to search for several tokens appearing in any order in the notes (contributed by [@rktjmp](https://github.com/mickael-menu/zk/pull/268)). +* `zk list` now support multiple `--match`/`-m` flags, which allows to search for several tokens appearing in any order in the notes (contributed by [@rktjmp](https://github.com/zk-org/zk/pull/268)). ### Changed @@ -54,19 +54,19 @@ All notable changes to this project will be documented in this file. ### Fixed -* [#243](https://github.com/mickael-menu/zk/issues/243) LSP: Fixed finding backlink references for notes in a folder. -* [#254](https://github.com/mickael-menu/zk/issues/254) Fixed SQL error when pairing `--link-to` and `--linked-by`. +* [#243](https://github.com/zk-org/zk/issues/243) LSP: Fixed finding backlink references for notes in a folder. +* [#254](https://github.com/zk-org/zk/issues/254) Fixed SQL error when pairing `--link-to` and `--linked-by`. ## 0.11.1 ### Changed -* `zk new` now requires the `--interactive`/`-i` flag to read the note body from a pipe or standard input. [See rational](https://github.com/mickael-menu/zk/pull/242#issuecomment-1182602001). +* `zk new` now requires the `--interactive`/`-i` flag to read the note body from a pipe or standard input. [See rational](https://github.com/zk-org/zk/pull/242#issuecomment-1182602001). ### Fixed -* [#244](https://github.com/mickael-menu/zk/issues/244) Fixed `zk new` waiting for `Ctrl-D` to proceed (contributed by [@pkazmier](https://github.com/mickael-menu/zk/pull/242)). +* [#244](https://github.com/zk-org/zk/issues/244) Fixed `zk new` waiting for `Ctrl-D` to proceed (contributed by [@pkazmier](https://github.com/zk-org/zk/pull/242)). ## 0.11.0 @@ -92,10 +92,10 @@ All notable changes to this project will be documented in this file. ### Fixed -* [#233](https://github.com/mickael-menu/zk/issues/233) Hide index progress in non-interactive shells. -* [#235](https://github.com/mickael-menu/zk/issues/235) Fix LSP link recognition with unicode (contributed by [@zkbpkp](https://github.com/mickael-menu/zk/issues/235)). -* [#236](https://github.com/mickael-menu/zk/issues/236) Fix updating links after creating a new note. -* [#239](https://github.com/mickael-menu/zk/discussions/239) Support standard input via shell redirection with `zk new`. +* [#233](https://github.com/zk-org/zk/issues/233) Hide index progress in non-interactive shells. +* [#235](https://github.com/zk-org/zk/issues/235) Fix LSP link recognition with unicode (contributed by [@zkbpkp](https://github.com/zk-org/zk/issues/235)). +* [#236](https://github.com/zk-org/zk/issues/236) Fix updating links after creating a new note. +* [#239](https://github.com/zk-org/zk/discussions/239) Support standard input via shell redirection with `zk new`. ## 0.10.1 @@ -114,15 +114,15 @@ All notable changes to this project will be documented in this file. ### Added * New `--date` flag for `zk new` to set the current date manually. -* New `--id` flag for `zk new` to skip ID generation and use a provided value (contributed by [@skbolton](https://github.com/mickael-menu/zk/pull/183)). -* [#144](https://github.com/mickael-menu/zk/issues/144) LSP auto-completion of YAML frontmatter tags. -* [zk-nvim#26](https://github.com/mickael-menu/zk-nvim/issues/26) The LSP server doesn't use `additionalTextEdits` anymore to remove the trigger characters when completing links. +* New `--id` flag for `zk new` to skip ID generation and use a provided value (contributed by [@skbolton](https://github.com/zk-org/zk/pull/183)). +* [#144](https://github.com/zk-org/zk/issues/144) LSP auto-completion of YAML frontmatter tags. +* [zk-nvim#26](https://github.com/zk-org/zk-nvim/issues/26) The LSP server doesn't use `additionalTextEdits` anymore to remove the trigger characters when completing links. * You can customize the default behavior with the [`use-additional-text-edits` configuration key](docs/config-lsp.md). -* [#163](https://github.com/mickael-menu/zk/issues/163) Use the `ZK_SHELL` environment variable to override the shell for `zk` only. -* [#173](https://github.com/mickael-menu/zk/issues/173) Support for double star globbing in `note.ignore` config option. -* [#137](https://github.com/mickael-menu/zk/issues/137) Customize the `fzf` options used by `zk`'s interactive modes with the [`fzf-options`](docs/tool-fzf.md) config option (contributed by [@Nelyah](https://github.com/mickael-menu/zk/pull/154)). +* [#163](https://github.com/zk-org/zk/issues/163) Use the `ZK_SHELL` environment variable to override the shell for `zk` only. +* [#173](https://github.com/zk-org/zk/issues/173) Support for double star globbing in `note.ignore` config option. +* [#137](https://github.com/zk-org/zk/issues/137) Customize the `fzf` options used by `zk`'s interactive modes with the [`fzf-options`](docs/tool-fzf.md) config option (contributed by [@Nelyah](https://github.com/zk-org/zk/pull/154)). -* [#168](https://github.com/mickael-menu/zk/discussions/168) Customize the `fzf` key binding to create new notes with the [`fzf-bind-new`](docs/tool-fzf.md) config option. +* [#168](https://github.com/zk-org/zk/discussions/168) Customize the `fzf` key binding to create new notes with the [`fzf-bind-new`](docs/tool-fzf.md) config option. ### Changed @@ -130,10 +130,10 @@ All notable changes to this project will be documented in this file. ### Fixed -* [#126](https://github.com/mickael-menu/zk/issues/126) Embedded image links shown as not found. -* [#152](https://github.com/mickael-menu/zk/issues/152) Incorrect timezone for natural dates. -* [#170](https://github.com/mickael-menu/zk/issues/170) Broken wiki links in subdirectories. -* [#185](https://github.com/mickael-menu/zk/issues/185) Don't parse a Markdown table header as a colon tag. +* [#126](https://github.com/zk-org/zk/issues/126) Embedded image links shown as not found. +* [#152](https://github.com/zk-org/zk/issues/152) Incorrect timezone for natural dates. +* [#170](https://github.com/zk-org/zk/issues/170) Broken wiki links in subdirectories. +* [#185](https://github.com/zk-org/zk/issues/185) Don't parse a Markdown table header as a colon tag. ## 0.9.0 @@ -147,10 +147,10 @@ All notable changes to this project will be documented in this file. ### Fixed -* [#111](https://github.com/mickael-menu/zk/issues/111) Filenames take precedence over folders when matching a sub-path with wiki links. -* [#118](https://github.com/mickael-menu/zk/issues/118) Fix infinite loop when parsing a single-character hashtag. -* [#121](https://github.com/mickael-menu/zk/issues/121) Take into account the `--no-input` flag with `zk init`. -* [#120](https://github.com/mickael-menu/zk/discussions/120) Support RFC 3339 dates with the time flags (e.g. `--created-before`). +* [#111](https://github.com/zk-org/zk/issues/111) Filenames take precedence over folders when matching a sub-path with wiki links. +* [#118](https://github.com/zk-org/zk/issues/118) Fix infinite loop when parsing a single-character hashtag. +* [#121](https://github.com/zk-org/zk/issues/121) Take into account the `--no-input` flag with `zk init`. +* [#120](https://github.com/zk-org/zk/discussions/120) Support RFC 3339 dates with the time flags (e.g. `--created-before`). ## 0.8.0 @@ -175,9 +175,9 @@ All notable changes to this project will be documented in this file. ### Fixed -* [#89](https://github.com/mickael-menu/zk/issues/89) Calling `zk index` from outside the notebook (contributed by [@adamreese](https://github.com/mickael-menu/zk/pull/90)). -* [#98](https://github.com/mickael-menu/zk/issues/98) Index wiki links using partial paths for `--linked-by` and `--link-to`. -* [#98](https://github.com/mickael-menu/zk/issues/98) Ignore spaces around the pipe in wiki links for LSP diagnostics. +* [#89](https://github.com/zk-org/zk/issues/89) Calling `zk index` from outside the notebook (contributed by [@adamreese](https://github.com/zk-org/zk/pull/90)). +* [#98](https://github.com/zk-org/zk/issues/98) Index wiki links using partial paths for `--linked-by` and `--link-to`. +* [#98](https://github.com/zk-org/zk/issues/98) Ignore spaces around the pipe in wiki links for LSP diagnostics. ## 0.7.0 @@ -199,7 +199,7 @@ All notable changes to this project will be documented in this file. [[book review information]] [[Information Graphics]] ``` -* Use the `{{abs-path}}` template variable when [formatting notes](docs/template-format.md) to print the absolute path to the note (contributed by [@pstuifzand](https://github.com/mickael-menu/zk/pull/60)). +* Use the `{{abs-path}}` template variable when [formatting notes](docs/template-format.md) to print the absolute path to the note (contributed by [@pstuifzand](https://github.com/zk-org/zk/pull/60)). * A new `{{substring s index length}}` template helper extracts a portion of a given string, e.g.: * `{{substring 'A full quote' 2 4}}` outputs `full` * `{{substring 'A full quote' -5 5}` outputs `quote` @@ -207,9 +207,9 @@ All notable changes to this project will be documented in this file. ### Fixed * UTF-8 handling in the LSP server. -* [#78](https://github.com/mickael-menu/zk/issues/78) Do not exclude notes containing broken links from the index. +* [#78](https://github.com/zk-org/zk/issues/78) Do not exclude notes containing broken links from the index. * Allow setting the `--working-dir` and `--notebook-dir` flags before the `zk` subcommand when using aliases, e.g. `zk -W ~/notes my-alias`. -* [#86](https://github.com/mickael-menu/zk/issues/86) Index encoded Markdown links. +* [#86](https://github.com/zk-org/zk/issues/86) Index encoded Markdown links. ## 0.6.0 @@ -223,7 +223,7 @@ All notable changes to this project will be documented in this file. * `{{json title}}` prints with quotes `"An interesting note"` * `{{json .}}` serializes the full template context as a JSON object. * Use `--header` and `--footer` options with `zk list` to print arbitrary text at the start or end of the list. -* Support for LSP references to browse the backlinks of the link under the caret (contributed by [@pstuifzand](https://github.com/mickael-menu/zk/pull/58)). +* Support for LSP references to browse the backlinks of the link under the caret (contributed by [@pstuifzand](https://github.com/zk-org/zk/pull/58)). * New [`note.ignore`](docs/config-note.md) configuration option to ignore files matching the given path globs when indexing notes. ```yaml [note] @@ -235,7 +235,7 @@ All notable changes to this project will be documented in this file. ### Fixed -* [#16](https://github.com/mickael-menu/zk/issues/16) Links with section anchors, e.g. `[[filename#section]]`. +* [#16](https://github.com/zk-org/zk/issues/16) Links with section anchors, e.g. `[[filename#section]]`. * Unicode support in wiki links. If you use accents or ideograms, please run `zk index --force` after upgrading to fix your index. @@ -243,7 +243,7 @@ All notable changes to this project will be documented in this file. ### Added -* [Editor integration through LSP](https://github.com/mickael-menu/zk/issues/22): +* [Editor integration through LSP](https://github.com/zk-org/zk/issues/22): * New code actions to create a note using the current selection as title. * Custom commands to [run `new` and `index` from your editor](docs/editors-integration.md#custom-commands). * Diagnostics to [report dead links or wiki link titles](docs/config-lsp.md). @@ -262,7 +262,7 @@ All notable changes to this project will be documented in this file. ### Fixed * Creating a new note from `fzf` in a directory containing spaces. -* Fix completion with Neovim's built-in LSP client (contributed by [@cormacrelf](https://github.com/mickael-menu/zk/pull/39)). +* Fix completion with Neovim's built-in LSP client (contributed by [@cormacrelf](https://github.com/zk-org/zk/pull/39)). ## 0.4.0 @@ -275,7 +275,7 @@ All notable changes to this project will be documented in this file. * Auto-complete [hashtags and colon-separated tags](docs/tags.md). * Preview the content of a note when hovering a link. * Navigate in your notes by following internal links. - * [And more to come...](https://github.com/mickael-menu/zk/issues/22) + * [And more to come...](https://github.com/zk-org/zk/issues/22) * See [the documentation](docs/editors-integration.md) for configuration samples. * Pair `--match` with `--exact-match` / `-e` to search for (case insensitive) exact occurrences in your notes. * This can be useful when looking for terms including special characters, such as `[[name]]`. @@ -320,7 +320,7 @@ All notable changes to this project will be documented in this file. ### Fixed -* [#4](https://github.com/mickael-menu/zk/issues/4) Terminal borked when piping content with Vim +* [#4](https://github.com/zk-org/zk/issues/4) Terminal borked when piping content with Vim ## 0.2.1 diff --git a/README.md b/README.md index f0ac6c0..1a68a2b 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ * [Advanced search and filtering capabilities](docs/note-filtering.md) including [tags](docs/tags.md), links and mentions * [Integration with your favorite editors](docs/editors-integration.md): * [Any LSP-compatible editor](docs/editors-integration.md) - * [`zk-nvim`](https://github.com/mickael-menu/zk-nvim) for Neovim 0.5+ - * [`zk-vscode`](https://github.com/mickael-menu/zk-vscode) for Visual Studio Code + * [`zk-nvim`](https://github.com/zk-org/zk.nvim) for Neovim 0.5+ + * [`zk-vscode`](https://github.com/zk-org/zk-vscode) for Visual Studio Code * (*unmaintained*) [`zk.nvim`](https://github.com/megalithic/zk.nvim) for Neovim 0.5+ by [Seth Messer](https://github.com/megalithic) * [Interactive browser](docs/tool-fzf.md), powered by `fzf` * [Git-style command aliases](docs/config-alias.md) and [named filters](docs/config-filter.md) @@ -65,7 +65,7 @@ ## Install -[Check out the latest release](https://github.com/mickael-menu/zk/releases) for pre-built binaries for macOS and Linux (`zk` was not tested on Windows). +[Check out the latest release](https://github.com/zk-org/zk/releases) for pre-built binaries for macOS and Linux (`zk` was not tested on Windows). ### Homebrew @@ -101,7 +101,7 @@ sudo pacman -S zk Make sure you have a working [Go 1.18+ installation](https://golang.org/), then clone the repository: ```sh -$ git clone https://github.com/mickael-menu/zk.git +$ git clone https://github.com/zk-org/zk.git $ cd zk ``` diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 94cd706..f024e77 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -17,7 +17,7 @@
-

{{ site.title | default: site.github.repository_name }}

+

{{ site.title | default: site.github.repository_name }}

{% if site.description or site.github.project_tagline %}

{{ site.description | default: site.github.project_tagline }}

{% endif %} diff --git a/docs/assets/media/list-format.svg b/docs/assets/media/list-format.svg index 934ebf8..fbc2f72 100644 --- a/docs/assets/media/list-format.svg +++ b/docs/assets/media/list-format.svg @@ -96,5 +96,5 @@ - $ $ zk list -qn3 $ zk list -qn3 A future-proof notebook future-proof.md (6 days ago) ‣ `zk` is designed to be future-proof and rely on simple plain text formats such as Markdown.Automating frequent tasks automation.md (2 weeks ago) ‣ `zk` was designed with automation in mind and strive to be [a good Unix citizen](https://en.wikipedia.org/wiki/Unix_philosophy). As such, it offers a number of ways to interface with other programs:Call zk from other programs external-call.md (2 weeks ago) ‣ Calling `zk` from other programs can be useful in a number of situations, such as:$ zk list -qn3 --format full A future-proof notebook future-proof.mdCreated: 02/26/2021Modified: 02/26/2021 `zk` is designed to be future-proof and rely on simple plain text formats such as Markdown. The shape of your [notebook](notebook.md) is entirely up to you, making `zk` flexible enough to be used in a variety of contexts. However, `zk` shines in a Zettelkasten-style notebook with many small interlinked notes.Automating frequent tasks automation.mdCreated: 02/20/2021Modified: 02/20/2021 `zk` was designed with automation in mind and strive to be [a good Unix citizen](https://en.wikipedia.org/wiki/Unix_philosophy). As such, it offers a number of ways to interface with other programs: * [write command aliases](config-alias.md) for repeated complex commands * [call `zk` from other programs](external-call.md) * [send notes for processing by other programs](external-processing.md) * [create a note with initial content](note-creation.md) from a standard input pipe: If you find out that `zk` does not behave as expected or could communicate better with other programs, [please post an issue](https://github.com/mickael-menu/zk/issues).Call zk from other programs external-call.md Calling `zk` from other programs can be useful in a number of situations, such as: * creating notes from your text editor using a custom shortcut * creating a reference note from the text selected in your web browser * automating periodical maintenance tasks on your [notebook](notebook.md) * displaying the backlinks of a note in a GUI wrapper around `zk` The following options can be useful to make sure `zk` behaves properly in a background context: <!-- TODO: --color=none, --json --> * `--no-input` disables all user prompts and ignores `--interactive` * `--quiet` reduces unnecessary output(END) $ zk list -qn5 --format oneline $ zk list -qn5 --format oneline Command aliases config-alias.md (2 weeks ago)Configuration file config.md (3 weeks ago)$ zk list -qn5 --format path $ zk list -qn5 --format path future-proof.mdautomation.mdexternal-call.mdconfig-alias.mdconfig.md$ zk list -qn5 --format path --delimiter , $ zk list -qn5 --format path --delimiter , future-proof.md,automation.md,external-call.md,config-alias.md,config.md$ zk list -qn5 --format "{{word-count}}\t{{style 'green underline' title}}" $ zk list -qn5 --format "{{word-count}}\t{{style 'green underline' title}}" 54 A future-proof notebook88 Automating frequent tasks101 Call zk from other programs1009 Command aliases345 Configuration file$ + $ $ zk list -qn3 $ zk list -qn3 A future-proof notebook future-proof.md (6 days ago) ‣ `zk` is designed to be future-proof and rely on simple plain text formats such as Markdown.Automating frequent tasks automation.md (2 weeks ago) ‣ `zk` was designed with automation in mind and strive to be [a good Unix citizen](https://en.wikipedia.org/wiki/Unix_philosophy). As such, it offers a number of ways to interface with other programs:Call zk from other programs external-call.md (2 weeks ago) ‣ Calling `zk` from other programs can be useful in a number of situations, such as:$ zk list -qn3 --format full A future-proof notebook future-proof.mdCreated: 02/26/2021Modified: 02/26/2021 `zk` is designed to be future-proof and rely on simple plain text formats such as Markdown. The shape of your [notebook](notebook.md) is entirely up to you, making `zk` flexible enough to be used in a variety of contexts. However, `zk` shines in a Zettelkasten-style notebook with many small interlinked notes.Automating frequent tasks automation.mdCreated: 02/20/2021Modified: 02/20/2021 `zk` was designed with automation in mind and strive to be [a good Unix citizen](https://en.wikipedia.org/wiki/Unix_philosophy). As such, it offers a number of ways to interface with other programs: * [write command aliases](config-alias.md) for repeated complex commands * [call `zk` from other programs](external-call.md) * [send notes for processing by other programs](external-processing.md) * [create a note with initial content](note-creation.md) from a standard input pipe: If you find out that `zk` does not behave as expected or could communicate better with other programs, [please post an issue](https://github.com/zk-org/zk/issues).Call zk from other programs external-call.md Calling `zk` from other programs can be useful in a number of situations, such as: * creating notes from your text editor using a custom shortcut * creating a reference note from the text selected in your web browser * automating periodical maintenance tasks on your [notebook](notebook.md) * displaying the backlinks of a note in a GUI wrapper around `zk` The following options can be useful to make sure `zk` behaves properly in a background context: <!-- TODO: --color=none, --json --> * `--no-input` disables all user prompts and ignores `--interactive` * `--quiet` reduces unnecessary output(END) $ zk list -qn5 --format oneline $ zk list -qn5 --format oneline Command aliases config-alias.md (2 weeks ago)Configuration file config.md (3 weeks ago)$ zk list -qn5 --format path $ zk list -qn5 --format path future-proof.mdautomation.mdexternal-call.mdconfig-alias.mdconfig.md$ zk list -qn5 --format path --delimiter , $ zk list -qn5 --format path --delimiter , future-proof.md,automation.md,external-call.md,config-alias.md,config.md$ zk list -qn5 --format "{{word-count}}\t{{style 'green underline' title}}" $ zk list -qn5 --format "{{word-count}}\t{{style 'green underline' title}}" 54 A future-proof notebook88 Automating frequent tasks101 Call zk from other programs1009 Command aliases345 Configuration file$ \ No newline at end of file diff --git a/docs/automation.md b/docs/automation.md index e6206b9..ae56461 100644 --- a/docs/automation.md +++ b/docs/automation.md @@ -7,4 +7,4 @@ * [send notes for processing by other programs](external-processing.md) * [create a note with initial content](note-creation.md) from a standard input pipe -If you find out that `zk` does not behave as expected or could communicate better with other programs, [please post an issue](https://github.com/mickael-menu/zk/issues). +If you find out that `zk` does not behave as expected or could communicate better with other programs, [please post an issue](https://github.com/zk-org/zk/issues). diff --git a/docs/config-alias.md b/docs/config-alias.md index 6d671df..d139db6 100644 --- a/docs/config-alias.md +++ b/docs/config-alias.md @@ -9,7 +9,7 @@ Declaring your own aliases is a great way to make your experience with `zk` easi Command aliases are declared in your [configuration file](config.md), under the `[alias]` section. They are executed with [your default shell](tool-shell.md), which allows you to: * expand arguments with `$@` or `$*` - * [it is recommended to wrap `$@` in quotes](https://github.com/mickael-menu/zk/issues/316#issuecomment-1543564168) + * [it is recommended to wrap `$@` in quotes](https://github.com/zk-org/zk/issues/316#issuecomment-1543564168) * expand environment variables * run several commands with `&&` * pipe several commands with `|` diff --git a/docs/editors-integration.md b/docs/editors-integration.md index 95531e7..2549a18 100644 --- a/docs/editors-integration.md +++ b/docs/editors-integration.md @@ -2,8 +2,8 @@ There are several extensions available to integrate `zk` in your favorite editor: -* [`zk-nvim`](https://github.com/mickael-menu/zk-nvim) for Neovim 0.5+ -* [`zk-vscode`](https://github.com/mickael-menu/zk-vscode) for Visual Studio Code +* [`zk-nvim`](https://github.com/zk-org/zk.nvim) for Neovim 0.5+ +* [`zk-vscode`](https://github.com/zk-org/zk-vscode) for Visual Studio Code ## Language Server Protocol @@ -15,13 +15,13 @@ There are several extensions available to integrate `zk` in your favorite editor * Navigate in your notes by following internal links. * Create a new note using the current selection as title. * Diagnostics for dead links and wiki-links titles. -* [And more to come...](https://github.com/mickael-menu/zk/issues/22) +* [And more to come...](https://github.com/zk-org/zk/issues/22) You can configure some of these features in your notebook's [configuration file](config-lsp.md). ### Editor LSP configurations -To start the Language Server, use the `zk lsp` command. Refer to the following sections for editor-specific examples. [Feel free to share the configuration for your editor](https://github.com/mickael-menu/zk/issues/22). +To start the Language Server, use the `zk lsp` command. Refer to the following sections for editor-specific examples. [Feel free to share the configuration for your editor](https://github.com/zk-org/zk/issues/22). #### Vim and Neovim diff --git a/docs/tool-fzf.md b/docs/tool-fzf.md index 9bbd888..00ed859 100644 --- a/docs/tool-fzf.md +++ b/docs/tool-fzf.md @@ -4,7 +4,7 @@ Besides the standard [`fzf` configuration options](https://github.com/junegunn/fzf) documented on its website, `zk` offers additional options you can set in the `[tool]` [configuration section](config.md). -If you wish to customize more of `fzf` behavior, [please post a feature request](https://github.com/mickael-menu/zk/issues). +If you wish to customize more of `fzf` behavior, [please post a feature request](https://github.com/zk-org/zk/issues). ## Preview command diff --git a/go.mod b/go.mod index 770ca02..2b4bc5f 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,7 @@ -module github.com/mickael-menu/zk +module github.com/zk-org/zk go 1.21 -replace github.com/tliron/glsp => github.com/mickael-menu/glsp v0.1.1 - require ( github.com/AlecAivazis/survey/v2 v2.3.4 github.com/alecthomas/kong v0.5.0 @@ -17,7 +15,6 @@ require ( github.com/lestrrat-go/strftime v1.0.6 github.com/mattn/go-isatty v0.0.14 github.com/mattn/go-sqlite3 v1.14.16 - github.com/mickael-menu/pretty v0.2.3 github.com/mvdan/xurls v1.1.0 github.com/pelletier/go-toml v1.9.5 github.com/pkg/errors v0.9.1 @@ -29,6 +26,7 @@ require ( github.com/tliron/kutil v0.1.59 github.com/yuin/goldmark v1.4.12 github.com/yuin/goldmark-meta v1.1.0 + github.com/zk-org/pretty v0.2.4 gopkg.in/djherbis/times.v1 v1.3.0 ) @@ -43,7 +41,7 @@ require ( github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect github.com/petermattis/goid v0.0.0-20220526132513-07eaf5d0b9f4 // indirect github.com/rivo/uniseg v0.2.0 // indirect - github.com/rogpeppe/go-internal v1.8.1 // indirect + github.com/rogpeppe/go-internal v1.9.0 // indirect github.com/sasha-s/go-deadlock v0.3.1 // indirect github.com/sourcegraph/jsonrpc2 v0.1.0 // indirect github.com/zchee/color/v2 v2.0.6 // indirect diff --git a/go.sum b/go.sum index 2f8abd1..a0d7094 100644 --- a/go.sum +++ b/go.sum @@ -17,6 +17,7 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.17/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY= +github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= @@ -128,10 +129,6 @@ github.com/mattn/go-sqlite3 v1.14.16/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE= github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d h1:5PJl274Y63IEHC+7izoQE9x6ikvDFZS2mDVS3drnohI= github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE= -github.com/mickael-menu/glsp v0.1.1 h1:OW7meY/k5/mdZ5F4ds8H2ugq4rXARGRFp9vb+wzpP7k= -github.com/mickael-menu/glsp v0.1.1/go.mod h1:JkdOZOy+1znsGY8oa1zwT00kBsiNgL5QbcrW5JiPrIM= -github.com/mickael-menu/pretty v0.2.3 h1:AXi5WcBuWxwQV6iY/GhmCFpaoboQO2SLtzfujrn7dv0= -github.com/mickael-menu/pretty v0.2.3/go.mod h1:gupeWUSWoo3KX7BItIuouLgTqQLlmRylpaPdIK6IqLk= github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db h1:62I3jR2EmQ4l5rM/4FEfDWcRD+abF5XlKShorW5LRoQ= github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db/go.mod h1:l0dey0ia/Uv7NcFFVbCLtqEBQbrT4OCwCSKTEv6enCw= github.com/mvdan/xurls v1.1.0 h1:OpuDelGQ1R1ueQ6sSryzi6P+1RtBpfQHM8fJwlE45ww= @@ -141,7 +138,6 @@ github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCko github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5/go.mod h1:jvVRKCrJTQWu0XVbaOlby/2lO20uSCHEMzzplHXte1o= github.com/petermattis/goid v0.0.0-20220526132513-07eaf5d0b9f4 h1:COozsq2xbSoZ6kt+/iHGF7eQqiUZr2uxQoAe4OzNkhE= github.com/petermattis/goid v0.0.0-20220526132513-07eaf5d0b9f4/go.mod h1:pxMtw7cyUw6B2bRH0ZBANSPg+AoSud1I1iyJHI69jH4= -github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= @@ -152,8 +148,8 @@ github.com/relvacode/iso8601 v1.1.0/go.mod h1:FlNp+jz+TXpyRqgmM7tnzHHzBnz776kmAH github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= -github.com/rogpeppe/go-internal v1.8.1 h1:geMPLpDpQOgVyCg5z5GoRwLHepNdb71NXb67XFkP+Eg= -github.com/rogpeppe/go-internal v1.8.1/go.mod h1:JeRgkft04UBgHMgCIwADu4Pn6Mtm5d4nPKWu0nJ5d+o= +github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8= +github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU= github.com/rs/zerolog v1.15.0/go.mod h1:xYTKnLHcpfU2225ny5qZjxnj9NvkumZYjJHlAThCjNc= @@ -184,6 +180,8 @@ github.com/tj/assert v0.0.0-20190920132354-ee03d75cd160 h1:NSWpaDaurcAJY7PkL8Xt0 github.com/tj/assert v0.0.0-20190920132354-ee03d75cd160/go.mod h1:mZ9/Rh9oLWpLLDRpvE+3b7gP/C2YyLFYxNmcLnPTMe0= github.com/tj/go-naturaldate v1.3.0 h1:OgJIPkR/Jk4bFMBLbxZ8w+QUxwjqSvzd9x+yXocY4RI= github.com/tj/go-naturaldate v1.3.0/go.mod h1:rpUbjivDKiS1BlfMGc2qUKNZ/yxgthOfmytQs8d8hKk= +github.com/tliron/glsp v0.1.1 h1:GNNgUX9p1Q9MoPQooJoZ0+WaLL03EkhcKZUYJAtiNqs= +github.com/tliron/glsp v0.1.1/go.mod h1:RVyVKeY3U+Nlc3DRklUiaegNsQyjzNTEool6YWh1v7g= github.com/tliron/kutil v0.1.59 h1:ReZ/o2EB0TsoTsmGIFNRUnbLyHvuFmSI5TKO8VZgnFk= github.com/tliron/kutil v0.1.59/go.mod h1:jzWwDRumthKR8qHIquhHrErveSzZeFImNacoKfEjYkM= github.com/yuin/goldmark v1.4.12 h1:6hffw6vALvEDqJ19dOJvJKOoAOKe4NDaTqvd2sktGN0= @@ -193,6 +191,8 @@ github.com/yuin/goldmark-meta v1.1.0/go.mod h1:U4spWENafuA7Zyg+Lj5RqK/MF+ovMYtBv github.com/zchee/color/v2 v2.0.6 h1:+mD95jTXou3Bi8+ZWn3SOEDts36SNROILd9JId7VI9A= github.com/zchee/color/v2 v2.0.6/go.mod h1:mtte+U+f1/0xODbqR9J+TfcTjd86MMv6KNmpnC8MiXk= github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q= +github.com/zk-org/pretty v0.2.4 h1:pxf2E61IDO1I9cSNVoESQqK/y129Xophlp6XOH59130= +github.com/zk-org/pretty v0.2.4/go.mod h1:GIPC7TRqGw0VDdumZQ6JP21n0xCsXBd+rnVHeyEjN10= go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= @@ -251,6 +251,7 @@ golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373/go.mod h1:I/5z698sn9Ka8T golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= +golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= diff --git a/internal/adapter/editor/editor.go b/internal/adapter/editor/editor.go index 39ec0ae..f02058b 100644 --- a/internal/adapter/editor/editor.go +++ b/internal/adapter/editor/editor.go @@ -6,10 +6,10 @@ import ( "strings" "github.com/kballard/go-shellquote" - "github.com/mickael-menu/zk/internal/util/errors" - executil "github.com/mickael-menu/zk/internal/util/exec" - "github.com/mickael-menu/zk/internal/util/opt" - osutil "github.com/mickael-menu/zk/internal/util/os" + "github.com/zk-org/zk/internal/util/errors" + executil "github.com/zk-org/zk/internal/util/exec" + "github.com/zk-org/zk/internal/util/opt" + osutil "github.com/zk-org/zk/internal/util/os" ) // Editor represents an external editor able to edit the notes. @@ -37,7 +37,7 @@ func (e *Editor) Open(paths ...string) error { // /dev/tty is restored as stdin, in case the user used a pipe to feed // initial note content to `zk new`. Without this, Vim doesn't work // properly in this case. - // See https://github.com/mickael-menu/zk/issues/4 + // See https://github.com/zk-org/zk/issues/4 cmd := executil.CommandFromString(e.editor + " " + shellquote.Join(paths...) + " # LSP ># ># Configure basic editor integration for LSP-compatible editors. -># See https://github.com/mickael-menu/zk/blob/main/docs/editors-integration.md +># See https://github.com/zk-org/zk/blob/main/docs/editors-integration.md ># >[lsp] > diff --git a/tests/issue-118.tesh b/tests/issue-118.tesh index 6efa74e..c0fa7cf 100644 --- a/tests/issue-118.tesh +++ b/tests/issue-118.tesh @@ -1,5 +1,5 @@ # A single-character hashtag freezes the indexing step. -# https://github.com/mickael-menu/zk/issues/118 +# https://github.com/zk-org/zk/issues/118 $ cd blank $ echo "#A" > test.md diff --git a/tests/issue-16.tesh b/tests/issue-16.tesh index 277c264..1a17c73 100644 --- a/tests/issue-16.tesh +++ b/tests/issue-16.tesh @@ -1,5 +1,5 @@ # Links with anchors are broken. -# https://github.com/mickael-menu/zk/issues/16 +# https://github.com/zk-org/zk/issues/16 $ cd blank diff --git a/tests/issue-170.tesh b/tests/issue-170.tesh index d527e5c..c76748a 100644 --- a/tests/issue-170.tesh +++ b/tests/issue-170.tesh @@ -1,5 +1,5 @@ # Wiki links in subdirectories are broken -# https://github.com/mickael-menu/zk/issues/170 +# https://github.com/zk-org/zk/issues/170 $ cd blank-slug diff --git a/tests/issue-173.tesh b/tests/issue-173.tesh index 4f715a0..8165f22 100644 --- a/tests/issue-173.tesh +++ b/tests/issue-173.tesh @@ -1,5 +1,5 @@ # Support for double star globbing with `note.ignore`. -# https://github.com/mickael-menu/zk/issues/173 +# https://github.com/zk-org/zk/issues/173 $ cd blank diff --git a/tests/issue-185.tesh b/tests/issue-185.tesh index d43dbfe..506747b 100644 --- a/tests/issue-185.tesh +++ b/tests/issue-185.tesh @@ -1,5 +1,5 @@ # Markdown table syntax is parsed as colon tags -# https://github.com/mickael-menu/zk/issues/185 +# https://github.com/zk-org/zk/issues/185 $ cd blank diff --git a/tests/issue-20.tesh b/tests/issue-20.tesh index 2a0391d..362e3c3 100644 --- a/tests/issue-20.tesh +++ b/tests/issue-20.tesh @@ -1,5 +1,5 @@ # Local notebook configuration should be optional. -# https://github.com/mickael-menu/zk/issues/20 +# https://github.com/zk-org/zk/issues/20 1$ zk index -q 2>zk: error: failed to open notebook: no notebook found in {{working-dir}} or a parent directory diff --git a/tests/issue-23.tesh b/tests/issue-23.tesh index 0af2664..89d3fb2 100644 --- a/tests/issue-23.tesh +++ b/tests/issue-23.tesh @@ -1,5 +1,5 @@ # Link hrefs are not finding the best match -# https://github.com/mickael-menu/zk/issues/23 +# https://github.com/zk-org/zk/issues/23 $ cd issue-23 diff --git a/tests/issue-236.tesh b/tests/issue-236.tesh index 26e02de..56b2326 100644 --- a/tests/issue-236.tesh +++ b/tests/issue-236.tesh @@ -1,5 +1,5 @@ # Links broken after adding a new note -# https://github.com/mickael-menu/zk/issues/236 +# https://github.com/zk-org/zk/issues/236 $ cd issue-236 $ zk list -qfpath --link-to 8r8q diff --git a/tests/issue-254.tesh b/tests/issue-254.tesh index b243c8a..1cdeb3a 100644 --- a/tests/issue-254.tesh +++ b/tests/issue-254.tesh @@ -1,5 +1,5 @@ # Unable to list by link and backlink -# https://github.com/mickael-menu/zk/issues/254 +# https://github.com/zk-org/zk/issues/254 $ cd issue-254 diff --git a/tests/issue-47.tesh b/tests/issue-47.tesh index 192937b..d3f39ed 100644 --- a/tests/issue-47.tesh +++ b/tests/issue-47.tesh @@ -1,5 +1,5 @@ # Links containing accents are not matching the target note -# https://github.com/mickael-menu/zk/issues/47 +# https://github.com/zk-org/zk/issues/47 $ cd issue-47 diff --git a/tests/issue-78.tesh b/tests/issue-78.tesh index 42f27f4..40852d7 100644 --- a/tests/issue-78.tesh +++ b/tests/issue-78.tesh @@ -1,5 +1,5 @@ # Notes containing broken links are not indexed. -# https://github.com/mickael-menu/zk/issues/78 +# https://github.com/zk-org/zk/issues/78 $ cd blank diff --git a/tests/issue-82.tesh b/tests/issue-82.tesh index 1586e7f..16ba08a 100644 --- a/tests/issue-82.tesh +++ b/tests/issue-82.tesh @@ -1,5 +1,5 @@ # Crash when `zk new` fails. -# https://github.com/mickael-menu/zk/issues/82 +# https://github.com/zk-org/zk/issues/82 $ cd issue-82 $ zk new --group quest --print-path diff --git a/tests/issue-86.tesh b/tests/issue-86.tesh index bc7fd8e..b132504 100644 --- a/tests/issue-86.tesh +++ b/tests/issue-86.tesh @@ -1,5 +1,5 @@ # Encoded Markdown links are not properly indexed. -# https://github.com/mickael-menu/zk/issues/86 +# https://github.com/zk-org/zk/issues/86 $ cd issue-86 $ zk list -qfpath --link-to 202110031652 diff --git a/tests/issue-89.tesh b/tests/issue-89.tesh index a9cd75c..2350f24 100644 --- a/tests/issue-89.tesh +++ b/tests/issue-89.tesh @@ -1,5 +1,5 @@ # zk index only works in notebook directory -# https://github.com/mickael-menu/zk/issues/89 +# https://github.com/zk-org/zk/issues/89 $ ZK_NOTEBOOK_DIR="{{working-dir}}/blank" zk index >Indexed 0 note in 0s