codedoc icon indicating copy to clipboard operation
codedoc copied to clipboard

Create beautiful modern documentation websites.

Results 32 codedoc issues
Sort by recently updated
recently updated
newest added

Search shortcut (CMD+F / ctrl+F) displays the modal n times. N being the number of times it was triggered. A good example of how such a search implementation is handled...

bug
enhancement

In [this post](https://tysonwilliams.coding.blog/2020-07-19_type_parameter_naming) of mine, the URLs to section headings (with URL fragments) are not working. Similar links are working other posts of mine including headings / fragments containing a...

bug
help wanted

it is common for showing result of running a code to use an invisible character as terminal prefix. this can be rather inconvenient due to invisible characters not being particularly...

enhancement

something like this: ```md hellow /*~fade~*/world/*~fade~*/; ``` that causes `world` to be displayed in a faded manner.

enhancement

`codedoc s` will fail when `ts-loader` above 8.0.10 is installed (for example in the parent folder). This relates to `@connectv/sdh` trying to programmatically invoke `webpack` to bundle client-side code and...

bug
minor

So the search bar gets hidden under the browser top bar. Also it is not possible to select multiple lines of code or get a link to them / copy...

enhancement

The sample blog post is not rendering correctly on my setup. The hero image seems to be missing. I did a clean repo clone (as recommended), and ran `codedoc serve`....

bug
pending on external library

The foreground color of `` `code` `` tags is customizable but the background color seems hardcoded. How about using a transparent default value here instead, so it just adjusts to...

enhancement

I currently store the [markdown for my posts](https://github.com/TysonMN/tyson-williams-blog/tree/master/src/markdown) in one directory and the [assets for those posts](https://github.com/TysonMN/tyson-williams-blog/tree/master/src/assets) in another directory. However, I would prefer to store the assets unique to...

enhancement

Created a test repo [codedoc](https://github.com/nakednous/codedoc) having `master` as its default branch and configure gh-pages to the `gh-pages` branch. After which running: ```sh # local system is archlinux $codedoc init ```...

bug