Zettry

Results 8 comments of Zettry

I also encountered this problem. Through debug, it was found that `DocumentBySentenceSplitter` cannot split Chinese sentences. The solution is to replace Chinese punctuation marks with English punctuation marks, such as:...

@tovifun I tried to achieve this effect, but there are still some issues. ![vivalarc-tabbar](https://github.com/user-attachments/assets/4a32dab4-1595-45d0-ae82-dbb1651eca4d) The changes are as follows: 1. Comment out the tabbar margin setting in `vivalarc.css`; ![image](https://github.com/user-attachments/assets/b16c3f37-12c7-4a2e-b765-bef6bd92aff0) 2....

@tovifun The transition animation is working now!! ![vivalarc-tabbar](https://github.com/user-attachments/assets/95db7565-b911-4438-bf7c-53c51b3e0053) ```css :root{ --tabbar-size: 32px; } /* tabbar workspace */ .inner > .tabbar-wrapper:not(:hover) .button-toolbar.workspace-popup.tabbar-workspace-button.button-menu{ width: var(--tabbar-size)!important; transition: unset; } .inner > .tabbar-wrapper:not(:hover) .button-toolbar.workspace-popup.tabbar-workspace-button.button-menu...

@tovifun hi, this is a completely hidden version. ```css :root{ --tabbar-size: 0px; } /* tabbar transparent */ .inner > .tabbar-wrapper:not(:hover) .tabbar-wrapper div { opacity: 0; } /* tabbar workspace */...

@everpromos Edit the `vivalarc-autotab/vivalarc.css` file, search for `AutoHide Tabbar`, and then starting from that line, replace all the following content with the code provided above. Save the file and restart...

@everpromos Hi! Since I don't have a mac device, I can't confirm whether it works correctly on macOS. However, you can check if Compact View is enabled in the settings....

@otbe Hi, please check if the value of `--tabbar-size` in the modified `vivalarc-autotab/vivalarc.css` is `0px`. If you confirm that the value is correct, you can go to `vivaldi://inspect/#apps` to find...

Chrome卡顿时,重启资源管理器后就正常了。