Already requested:
- The ability to add an icon for each account you have added
- Game, Journal, AC link potential (Account and or Group level)
Feature Requests completed in v1.3.0:
- Full Mozilla Support
- Single Tab Reload
- Dreamwidth Permanent API Key Support
- Increased Icon Naming options/Naming management, smart numbering, Use icon name for key words
- Increased Customisation for users and pop up (Show/Hide etc)
- Groups
- Increased in-app feedback
New Requests:
Allow group switching from inside the popup (More complex and likely needs show/hide option for that setting for non-group users but doable)
Group Sorting
Is it possible to have a way to reset passwords for all journals set up with this at the same time?
Assuming you mean reset your password on a Platform level (Dreamwidth, InsaneJournal etc) no its not somethiing you can do, nor is it something I will add support for - even if it was something that the platforms would allow (I don't believe it would even be possible at this stage).
That's getting into some security layers that I wouldn't be comfortable doing through the add-on and the risk of somebody triggering it accidentally would be far too great. Sorry!
ChickletLARP: I might be able to, trigger all the resets but you'd still have to go through and change each password individually, which at that point? You might as well be doing it from the site. If you need to do a bulk reset, it might be worth reaching out to DW directly? They may be willing to assist from their side.
I know they did mass resets way back when there was a data breach
I didn't know that! I will look into it. Thank you!
seconding group switching from the pop-up but it's by no means a dealbreaker
angelcore: Its 100% something I'm keen to do. People also asked for Quicklinks - so I'm trying to figure out the cleanest way to achieve both somehow without overfilling the popup
I'm very excited to see how this develops; ty so much 💓
Aesthetically I like option 1 the most BUT that would limit people to a max of four groups
option 4 is the only layout I actively dislike, bc I know my ocd would go nuts trying to group groups in packs of 3
if that could be optioned to click 1 or 2 over at a time I would prefer the click over the scroll pills tho
yeah I'm not a fan of the scroll pills either. I prefer things to be clean
similar idea to what's been suggested, but maybe just a way to show/hide certain groups in the popup instead of doing each journal individually? that way you could have all your journals stored and swap them between being active/inactive (aka visible/hidden) through groups.
not exactly a feature but im also not a big fan of how long it takes to update changes to a journal when youre just adding a display name to it. i assume this is because it checks everything on that form (un + pw) and then logs into it as well every time i edit it. would be nice to have that separate from display names in some way so its quicker
unless this is a firefox specific issue or something, but it takes almost a full minute to edit any journal info
okay more like 20-30 seconds i am not immune to hyperbole
BlueFlewFedUQueen: I do have a note down to stop it from authenticating if the PW/UN field doesn't change but you can get around that annoyance right now by simply changing the Display Name from the popup. That doesn't trigger authentication
Changing in the popup does sync back to the manage page etc so it effectively gives you what you want - but I agree if no UN/PW changes it shouldn't save and recheck login
maybe a font increase size/decrease size button? i can zoom in on the manager page but not the toolbar one o7
Wild random idea: An indicator for if you’ve MADE AC - maybe next to the game [name or link]? I realize it has no ability to scrape that FOR you and it would be a manual toggle but ...I’m ADHD af, at the end of the month being able to glance at my list and see ‘ok these are the characters and/or game names with/without a little dot’
....would be cool, I mean
(It’d be REALLY cool if you could get like, a little alert when you have new things in your inbox, but I realize a) that’s also possibly not practical [not sure about what you can get from the API] and b) uh, most people are less intimidated by their possibly out of control email than I am lol so the use case might be me)
wingedvoices: Indicators I could definitely see being workable (though yes it would very much be a manual toggle)
The email... ooph maybe with gmail there would be a capacity to link to a login but I... wouldn't even know where to start or how much complexity it would involve. Good to have on the wishlist though in case inspiration strikes
faye
2 months ago @Edit 2 months ago
yeaaah i thought the email thing was a l...ottle out of scope
wingedvoices: teeny bit LOL Still always worth asking - sometimes its not as hard as you think
wingedvoices: until an AC toggle exists, you can always edit the display name to add a little ✅ emoji next to the characters who have made AC?
Could we have the ability to mass edit display names? Or edit them from the main manager page?
graygriffin: Tentatively, yes? Meaning yes its doable but I would need to think of a way to do it neatly. A useful tip? If you export your accounts as journal genie format, and then open the .json in a notepad, you can edit it direct in the file. Then reimport and it will import all your usernames etc
graygriffin: Not a no to the bulk edit option! It's more that I'm trying to think of a way to do it that won't blow the app out to unmanageable levels with things. What I could do, however, is create a page on the site that allows you to upload a json, it loads a nice page for you to make all the edits, then download it again for import.
That I can do pretty quickly and easily
graygriffin:
this should do the trickIt won't change anything else, ONLY the display name and you just redownload it then import to JG, and it will update with the new display names
(I will sooner rather than later create a list of helpful tools on the site - will link that there)
(I'm only a little bit of a freak - I already had a tool close to this for creating my test data so I just had to make a few mods)
chainsawman: Font size - do you mean for the popup? (Sorry I only just saw this)
yeah, when I click it to change journals--i can always zoom in on the manager page but. not that one
chainsawman: yeah zoom responsiveness is far more complex in an extension popup like this because of the size restriction of the view. I would need to effectively build alternate options for each customisable area - at least that's the only way I can see it working off the top of my head.
The only other approach I could conceive would be to completely rewrite all my code which - for obvious reasons I am less inclined to do

Especially because there's no working around the fact that it would break the UI
It works in the Manage and upload screen because I am not restricted by the popup size. A view change for the popup wouldn't be a true zoom, it would be an entirely different popup that it switches to with a larger container
Now I could offer a large view option (Like I have the cleaner compact view) but it wouldn't be available for all the views - it would be a standalone option
I'll still do some research and see if there's a simpler approach that would just scale everything, including the popup size up without a full recode I just can't off the top of my head, see a way to do it.
Oh I just remembered something that'd be useful to have someone actively keeping it up/adding some quality of life to it. The LJ New Comment script as seen here with the source code:
https://userscripts-mirr...
the tl;dr version is it'll mark what comments you haven't seen before and let you jump to the next new comment in a thread.
malkuthsoldier: ooph um. LOL yes in theory I can do that I'll need to look at the code and think about how best to implement it but in theory it could bee an RP Tool that gets enabled!
Sounds good! You've hit everything out of the park, so no worries if it ends up being different than how the original does it
malkuthsoldier:

I'll definitely add it to the wishlist - I'm probably a little friend to even think about it right now as I have been coding non stop for days BUT the upside is that RP Tools (aka DW Tools) is coming together really well and I have some exciting extras coming with that