codedoc
codedoc copied to clipboard
Create beautiful modern documentation websites.
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...
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...
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...
something like this: ```md hellow /*~fade~*/world/*~fade~*/; ``` that causes `world` to be displayed in a faded manner.
`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...
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...
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`....
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...
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...
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 ```...