Difegue

Results 83 comments of Difegue

You can do this through a custom theme or a userstyle by removing `white-space: nowrap` and `height:30px` on `div.id2`. It really mangles the interface though, so I won't be making...

Well yeah 😅, that's what I meant by > It really mangles the interface though You can increase the height of `id1` but that would also break a ton of...

I do like this idea and think it's doable without too much effort -- I've been struggling a bit to figure out proper UI paradigms for Categories so any suggestions...

I don't think I'd go the entire mile with a subscription system atm; I've had thoughts about allowing people to run plugin scripts on a cronjob that'd be checked by...

The function that generates the contents of a namespace column is currently [fairly simple](https://github.com/Difegue/LANraragi/blob/56935c27084b91345d8231d52b6b59b75c25d913/public/js/index_datatables.js#L121), I'll agree it'd be nice if it was extended to show clickable search links for every...

There's no documented API for hentag(ugh), but their vault search seems to be easily accessible: ![image](https://user-images.githubusercontent.com/8237712/159164134-7704929d-8902-4e59-a12a-7af60d4be052.png) No need for special cookies or anything. It'd be doable to write a plugin...

👋 Running a database cleanup should fix this. Changed IDs should normally clean up their older variant, but depending on the state of the background worker(especially on windows) it might've...

That does look like it'd do the trick - - Although we shouldn't have to do this since the redis `rename` operation shouldn't create a second new key to begin...

Thanks for the detailed breakdown (and sorry for having taken so long to look at it!); Turns out the ID update code wasn't re-updating the master ID list after changing...

I think adding proper support for custom named links in the DB/settings would be more costly on my end than just you throwing the links in the html with a...