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
my repo has wiki. but can't build a connection.
Support for git wiki
No response
Windows
In /Github/branches.ts the function async checkRepository throwed a 404 err. because api oneboot.wiki returned "Not Found"
/Github/branches.ts
async checkRepository
But when repo name ends with .wiki. It can be check from another api that without .wiki. such as oneboot(without .wiki)
.wiki
there is attribute has_wiki: true
has_wiki: true
6.12.1
Obsidian version v1.4.16
The text was updated successfully, but these errors were encountered:
Doesn't seems possible, I can't found the API in Github Octokit. Maybe we need to wait for an update to get .wiki repo :/
Sorry, something went wrong.
A solution is to use a github actions to mirror folder : https://github.com/marketplace/actions/github-wiki-action
thx a lot! Its helpful
If you success to do it, you can share your workflow in the discussion!
Mara-Li
No branches or pull requests
Issue validation
Is your feature related to a problem ?
my repo has wiki. but can't build a connection.
What solution do you want to see ?
Support for git wiki
Describe the alternative you've considered
No response
OS
Windows
Anything else?
In
/Github/branches.ts
the functionasync checkRepository
throwed a 404 err.because api oneboot.wiki returned "Not Found"
But when repo name ends with
.wiki
. It can be check from another api that without.wiki
.such as oneboot(without .wiki)
there is attribute
has_wiki: true
Plugin version
6.12.1
Obsidian version & debug log
The text was updated successfully, but these errors were encountered: