Johannes Rappen

Results 183 comments of Johannes Rappen

It seems to be an issue with the Adaptive theme. They apparently have a fix for the next build.

The built-in search via the plug-in: - https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-search - https://vuepress.vuejs.org/plugin/official/plugin-search.html only includes headers. One solution would be to have a section with its own header per documented command or setting.

There's also work being done on vuepress v2. - https://github.com/vuejs/vuepress - built on vue2 - https://github.com/vuepress/vuepress-next - built on vue3 - refactored with TypeScript - https://github.com/vuejs/vitepress - built on https://github.com/vitejs/vite

As of today, 2023-01-23: * [`vitepress`](https://github.com/vuejs/vitepress) is currently at `v1.0.0-alpha.40`. * [`vuepress-next`](https://github.com/vuepress/vuepress-next) is currently at `v2.0.0-beta.60`. --- > **Warning** > > the vuepress devs messed up the npm releases >...

@peaceiris `vitepress` is now in beta.

@defdefred Could you format your code with code blocks? That would help with reading.

@defdefred Works for me as intended only on local files: https://github.com/painyeph/GitLabMarkdownViewer/blob/a6b36ffc96dd583c3d52a8097282adbe35348449/manifest.json#L16

* setting ```yaml version: 1.0 ``` is not supported, `version: 1` is implied, or set `version: 2`, compare * you have a typo in the repo name, not sure if...

Your list of globals is incomplete, compare: ```text background foreground invisibles caret block_caret block_caret_border block_caret_underline block_caret_corner_radius line_highlight misspelling fold_marker minimap_border accent popup_css phantom_css sheet_css gutter gutter_foreground gutter_foreground_highlight line_diff_width line_diff_added line_diff_modified...

I'd focus on what looks good when applying the dracula color palette to the Sublime Text theme. A simple port might not have the desired effects. --- Also friendly reminder,...