egoist / docute

📚 Effortless documentation, done right.
https://docute.egoist.dev
MIT License
3.81k stars 427 forks source link

Is there a way to remove target='blank' from the nav links? #208

Closed oren closed 5 years ago

oren commented 5 years ago

Issuehunt badges

Is there a way to remove target='blank' from the nav links?


IssueHunt Summary #### [egoist egoist](https://issuehunt.io/u/egoist) has been rewarded. ### Sponsors (Total: $40.00) - [issuehunt issuehunt](https://issuehunt.io/u/issuehunt) ($40.00) ### Tips - Checkout the [Issuehunt explorer](https://issuehunt.io/r/egoist/docute/) to discover more funded issues. - Need some help from other developers? [Add your repositories](https://issuehunt.io/r/new) on IssueHunt to raise funds.
egoist commented 5 years ago

We can add a openInNewTab: boolean option to nav

egoist commented 5 years ago

Do you want to open external links in markdown contents in the same tab as well?

oren commented 5 years ago

Here is my use case: I want to have multiple docute website accessible from a homepage. The homepage can also be a simple ducute. The nav will be used to access each website.

In this usecase each link in the Nav will point to a different docute so it's an html file and not markdown.

IssueHuntBot commented 5 years ago

@issuehunt has funded $40.00 to this issue.


egoist commented 5 years ago

:tada: This issue has been resolved in version 4.19.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

IssueHuntBot commented 5 years ago

@egoist has rewarded $28.00 to @egoist. See it on IssueHunt

egoist commented 5 years ago

openInNewTab is an option in nav and sidebar now.