Would Heyurians be interested in a navigation script? I have created one for my personal test instance of Heyuri's software. You can use J and K to navigate up and down a thread, respectively. F and D to navigate up and down post-by-post. Use R to reply to the selected thread. Use B to go back to page 1 or refresh the page if you are on the first page. Use C to type in the text area and S to type in the subject text area. I plan to add H to navigate to the home page (www.heyuri.net) and other keys for navigation between pages.I can create a pull request if desired. I could even make it toggleable in the settings menuMarked for deletion (Old)
ytwesisiYes
WhoopsytwesisiYes biggrin
>>62804This is not pez I forgot to clear my cookies
>I can create a pull request if desired. I could even make it toggleable in the settings menuPersonally I am all for moar feature buttans in settings menu
>You can use J and KI want to use JK, plz add!!!
Ok working on a PR now. Going to see if I can try to put it in the settings menu first before creating the PR
I'm having trouble getting it to work in the Settings menu. The console outputs "ERROR: Fatal error in module 'KK Keyboard Navigation'. Which is coming from koko.jshttps://github.com/SleekDolphin/kokonotsubaNav/blob/main/js/navigate.jsAny help is much appreciated
>>62813If you are made a new kokojs module, it must be included in the <head> section, AFTER koko.js<script type="text/javascript" src="https://static.heyuri.net/js/koko/koko.js"></script> <script type="text/javascript" src="https://static.heyuri.net/js/koko/yourscript.js"></script>
>>62816Not sure if this is the problem but could be. the koko-js scripts were written by lolico 2 years ago and havent been touched much since. he's now gone
>>62817I wish that were the issue