vuepress-plugin-meilisearch icon indicating copy to clipboard operation
vuepress-plugin-meilisearch copied to clipboard

navigation failed when title is contain chinese

Open rmGFW opened this issue 1 year ago • 7 comments

image

rmGFW avatar Aug 24 '22 14:08 rmGFW

Hey @rmGFW could you provide the settings of the plugin from your config.js ?

bidoubiwa avatar Aug 25 '22 16:08 bidoubiwa

Hey @rmGFW could you provide the settings of the plugin from your config.js ?

module.exports = {
  themeConfig: {
    editLinks: true,
    logo: '/logo.svg',
    sidebarDepth: 1,
    smoothScroll: true,
    nav: [
    ],
    sidebar: {
    },
  },
  plugins: [
    [
      'check-md',
      {
        pattern: '**/*.md',
        strictExt: true,
        ignoreFilePattern: ['errors', 'document_structure'],
        ignoreHashPattern: ['actions-2', 'primary-key-2'],
        exitLevel: 'warn',
      },
    ],
    ['vuepress-plugin-container', { type: 'note' }],
    [require('./config-path-checker')],
    [require('./custom-markdown-rules')],
    [require('./code-samples')],
    [
      'vuepress-plugin-code-copy',
      {
        color: '#FF5CAA',
        staticIcon: true,
      },
    ],
    [
      'meilisearch',
      {
        hostUrl: '',
        apiKey:
          '',
        indexUid: 'docs',
        placeholder: 'Search as you type…',
        enableDarkMode: 'false', // Default: false
      },
    ],
    [
      'vuepress-plugin-zooming',
      {
        selector: '.theme-default-content img',
        delay: 1000,
        options: {
          bgColor: 'black',
          zIndex: 10000,
        },
      },
    ],
  ],
}

rmGFW avatar Aug 26 '22 06:08 rmGFW

The issue seems to be with a DOM selector and not the content of the documents. Are you using a custom theme?

bidoubiwa avatar Aug 29 '22 08:08 bidoubiwa

The issue seems to be with a DOM selector and not the content of the documents. Are you using a custom theme?

yes , i use this , theme: 'default-prefers-color-scheme',

rmGFW avatar Aug 31 '22 04:08 rmGFW

Is your app online? So that I can check your HTML tags

bidoubiwa avatar Aug 31 '22 10:08 bidoubiwa

Is your app online? So that I can check your HTML tags

i can send the address to u by email

rmGFW avatar Sep 04 '22 09:09 rmGFW

Can you come to the community slack ? On the docs, in the menu More Meilisearch, click slack. You can find me as charlotte :)

bidoubiwa avatar Sep 05 '22 08:09 bidoubiwa

Any update on this?

bidoubiwa avatar Jan 31 '23 12:01 bidoubiwa

As per the new policy introduced with the deprecation, we only accept issues raising bugs. For this reason, I'm closing the issue.

bidoubiwa avatar Aug 31 '23 14:08 bidoubiwa