DrakeTDL
DrakeTDL
I agree, this extension needs a mode like that. Being able to view bookmarks from the browser is useful if you don't have lots of bookmark entries. If you do...
I agree
imo i'd just bookmark `index.html` for easy access.
I use custom lists with the "Hide from status list" function. Where the anime is still visible but not within the default (watching, planning, completed, paused, dropped) lists.
Apologies for the late reply, While I do have a working usercss with quite a few options, it currently does not use the Live Switch System.
@xe54ck You can use the [infer](https://www.typescriptlang.org/docs/handbook/2/conditional-types.html#inferring-within-conditional-types) type. For example, you can do something like this: entry.ts ``` ts export type GlobalOptions = typeof args extends Command ? Options : never;...
Any progress on this?
> > you can also consider monaco editor. > > I use VS Code and the Monaco editor is a good editor. I did ask them in [How to use...
> Have you replaced CodeMirror with Monaco and added ESLint & StyleLint, or are you using the built-in Monaco linter? From memory, I replaced most (if not all) instances of...