The added models table is not shown in the Copilot Settings
- [x] Disable all other plugins besides Copilot (required)
- [x] Screenshot of note + Copilot chat pane + dev console added (required)
Copilot version: v2.8.8
The added models table is not shown in the Copilot Settings -- Model tab.
Can you try a setting reset and see if it helps? Or reinstall the plugin.
Can you try a setting reset and see if it helps? Or reinstall the plugin.
Yes, of course! I forgot to clarify that the screenshot was taken after a complete reset of the plugin settings and after its update today.
Can you try a setting reset and see if it helps? Or reinstall the plugin.
Oh! I found it! This class hides the table! This is clearly programmatically set. If this class is removed, the table appears.
Is it on desktop or mobile? cc @Emt-lin
Is it on desktop or mobile? cc @Emt-lin
This is desktop
@ivannin @logancyang there is css media query. when the screen width > 768px, it will automatically display.
solution: I will try to reduce this number.
see:
Hello, "copilot settings-> QA" doesn't work, just a clean space opens. No settings are displayed... Last update installed.
Can you try a setting reset and see if it helps? Or reinstall the plugin.
Oh! I found it! This class hides the table! This is clearly programmatically set. If this class is removed, the table appears.
Can you tell me where to find and delete this ? Thanks
Can you try a setting reset and see if it helps? Or reinstall the plugin.
You can locate the classes applied to elements on a webpage using the console. In Obsidian on Windows, you can access the console by pressing Ctrl + Shift + I. From there, you can inspect the element you're interested in, as shown in my screenshot above, and remove the .hidden class. However, that's a bit tedious. A quicker method is to open the Copilot settings and gradually reduce the width of your Obsidian window. At a certain horizontal size, the list of models will become visible.
Let's hope this bug gets fixed soon.
@Emt-lin is this complete or still relevant?