PyrokineticDarkElf

Results 8 comments of PyrokineticDarkElf

@nicoladj77 Sadly no :(

I wrote a python script that will re-order the backup.json file: ``` import json # Read JSON file with open('./input/backup.json', 'r') as file: data = json.load(file) # Sort links within...

Hi @daniel31x13 :wave: Just installed 2.5.2 but it looks like this issue is still present for me. I exported my data (with the correct dates) from Linkwarden and then uploaded...

I'm sure this has already been spotted, but just in case it's not: This bug also seems to affect page anchors - e.g. example.com/slug#section

> I'm sure this has already been spotted, but just in case it's not: > > This bug also seems to affect page anchors - e.g. example.com/slug#section Scratch that. It...

@AverageHelper, Just tried this again and you're right. I think i wasn't paying attention and used JSON. Followed your instructions with https://www.webtoons.com/en/canvas/monsters-and-girls/plague-girlfriends/viewer?title_no=773948&episode_no=1 and it replaced `&` with `&`. I'm pretty...

I'd also like to see this. Being able to set a local AI endpoint is very important to me.

I think using an env var should work for my needs. My use case is just to use a local LLM server (Ollama, LM Studio etc) Rather than an online...