We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm follow this instruction to create my own personal pages. But it didn't seem to work.
Step to reproduce :
sudo apt install tealdeer
tldr --show-paths
Config dir: /home/michael/.config/tealdeer/ (OS convention) Config path: /home/michael/.config/tealdeer/config.toml Cache dir: /home/michael/.cache/tealdeer/ (OS convention) Pages dir: /home/michael/.cache/tealdeer/tldr-pages/ Custom pages dir: /home/michael/.local/share/tealdeer/pages/
/home/michael/.local/share/tealdeer/pages └── foo.page.md
Content of foo.page.md:
# foo > Foo - Test `foo --bar`
tldr foo
Warning: Page `foo` not found in cache. Try updating with `tldr --update`, or submit a pull request to: https://github.com/tldr-pages/tldr
I tried update the cache by tldr --update. But it still didn't work. Am I missing something ?
tldr --update
tealdeer version : 1.5.0 OS : WSL Debian
1.5.0
The text was updated successfully, but these errors were encountered:
Hey, the docs are already displaying an upcoming change to the naming scheme of custom pages that has not been released yet. For 1.5.0, the correct description is here: https://github.com/dbrgn/tealdeer/blob/v1.5.0/docs/src/usage_custom_pages.md
Closing as duplicate of #358
Sorry, something went wrong.
This issue should be pinned, I came with the same question after minutes of debugging what could possibly be wrong in my setup.
If not this issue then #358, but #358's title isn't that descriptive.
Sure, I guess this could help in the meantime
No branches or pull requests
I'm follow this instruction to create my own personal pages. But it didn't seem to work.
Step to reproduce :
tldr --show-paths
Content of foo.page.md:
tldr foo
I tried update the cache by
tldr --update
. But it still didn't work. Am I missing something ?tealdeer version :
1.5.0
OS : WSL Debian
The text was updated successfully, but these errors were encountered: