Glorious Alpha Two Testers!
Phase I of Alpha Two testing will occur on weekends. Each weekend is scheduled to start on Fridays at 10 AM PT and end on Sundays at 10 PM PT. Find out more here.
Check out Alpha Two Announcements here to see the latest Alpha Two news and update notes.
Our quickest Alpha Two updates are in Discord. Testers with Alpha Two access can chat in Alpha Two channels by connecting your Discord and Intrepid accounts here.
Phase I of Alpha Two testing will occur on weekends. Each weekend is scheduled to start on Fridays at 10 AM PT and end on Sundays at 10 PM PT. Find out more here.
Check out Alpha Two Announcements here to see the latest Alpha Two news and update notes.
Our quickest Alpha Two updates are in Discord. Testers with Alpha Two access can chat in Alpha Two channels by connecting your Discord and Intrepid accounts here.
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.