Glorious Alpha Two Testers!
Alpha Two Realms are now unlocked for Phase II testing!
For our initial launch, testing will begin on Friday, December 20, 2024, at 10 AM Pacific and continue uninterrupted until Monday, January 6, 2025, at 10 AM Pacific. After January 6th, we’ll transition to a schedule of five-day-per-week access for the remainder of Phase II.
You can download the game launcher here and we encourage you to join us on our for the most up to date testing news.
Alpha Two Realms are now unlocked for Phase II testing!
For our initial launch, testing will begin on Friday, December 20, 2024, at 10 AM Pacific and continue uninterrupted until Monday, January 6, 2025, at 10 AM Pacific. After January 6th, we’ll transition to a schedule of five-day-per-week access for the remainder of Phase II.
You can download the game launcher here and we encourage you to join us on our for the most up to date testing news.
AoC Wiki: Chrome extension
NoMadder
Member, Alpha Two
Hi there
I am a developer and I made a chrome extension that interfaces with https://ashesofcreation.wiki/ search. I orginally built it for myself but it grew in scope so I have packaged it up for others.
How?:
It calls the wiki search API and parses the usual resulting page into a little widget which you can browse around in. You can open the search using Ctrl+Shift+S and open links in a full tab by Ctrl+Click on a link. There is a media tab for images/video and auto-complete on the search (powered by the autocomplete api on the wiki website).
Why?:
I find this very useful for doing a search while watching the live streams or other videos, or if I just want to know something quickly without switching tab and navigating to the wiki homepage. Just hit Ctrl+Shift+S and start typing, it's nice and fast.
Instllation:
Update: Extension has been approved by Google, you can now install it here: https://chrome.google.com/webstore/detail/ashes-of-creation-wiki-se/nmcjlfejbnoedgphkknmonjmoojfaofb
Feedback:
I have created a repo where you can view all the code and leave feedback if they wish: https://github.com/DakHak/aoc-wiki-extension (PR's / suggestions are also welcome this is totally open source).
More screens:
I am a developer and I made a chrome extension that interfaces with https://ashesofcreation.wiki/ search. I orginally built it for myself but it grew in scope so I have packaged it up for others.
How?:
It calls the wiki search API and parses the usual resulting page into a little widget which you can browse around in. You can open the search using Ctrl+Shift+S and open links in a full tab by Ctrl+Click on a link. There is a media tab for images/video and auto-complete on the search (powered by the autocomplete api on the wiki website).
Why?:
I find this very useful for doing a search while watching the live streams or other videos, or if I just want to know something quickly without switching tab and navigating to the wiki homepage. Just hit Ctrl+Shift+S and start typing, it's nice and fast.
Instllation:
Update: Extension has been approved by Google, you can now install it here: https://chrome.google.com/webstore/detail/ashes-of-creation-wiki-se/nmcjlfejbnoedgphkknmonjmoojfaofb
Feedback:
I have created a repo where you can view all the code and leave feedback if they wish: https://github.com/DakHak/aoc-wiki-extension (PR's / suggestions are also welcome this is totally open source).
More screens:
4
Comments
Hi @zombinvestor, thank you. I wasn't sure anyone had installed it
I actually got inspiration from the Path of Exile wiki search extension: https://chrome.google.com/webstore/detail/poe-wiki-search/nalpbalegehinpooppmmgjidgiebblad?hl=en-GB though I decided to take this one to the next level with integrated results. All code in this project is unique so i'm not sure helpful is the word I would use, inspirational perhaps!
Feel free to make any suggestions I will put another update out in the future.