A LIST OF SOME COMMON NICKELMENU ENTRIES
for people to copy-paste
NOTES:
* DEFAULT ITEMS GET OUT OF ORDER: The only thing I haven't managed to do is keep the default menu items in order with my added ones.
Perhaps someone can advise? Perhaps you have to create your own entries for them? But that might produce duplicates?
* I have pasted the entire nickelmenu document I created
* Location: [top folder of Kobo]\.adds\nm
* I called my document 'Z all'. I presume I did this to try to put my menu entries AFTER those entries for koreader, Plato and Kobo unchanged. These create their own menu docs within the nm folder. I expect there is a way I could incorporate them into my own menu, but I didn't want to mess with them and I'm fine with them being at the top.
I wonder if there is any crucial thing you would need to do to safely put them in your own menu doc?
_____________________________________________
THE TEMPLATE FOR ALL ENTRIES
FYI the template for all Kobo entries is:
menu_item:<location>:<label>:<action>:<arg>
<location> meaning what menu it goes on: for example whether its on the MAIN menu, READER or BROWSER
<label>: the name you want in your menu
<action>: the action it does
<argument>: the subset of that
For proper info see
this page - thankyou Patrick Gaskin!
Main site
_____________________________________________
THE FULL TEXT OF MY NICKELMENU FILE (with the exceptions of the bits in red)
The purpose and menu name for each entry is in green.
For example, the first entry is 'Browser' (popup)
If you were to adopt all of it, just paste this into the file (after deleting the red bits)
.................................................. .............................
menu_item : main : Browser (popup) : nickel_browser : modal
menu_item : main : Browser (full window) : nickel_browser :
menu_item : main : Goodreads : nickel_browser : https://www.goodreads.com/book
menu_item : main : Orientation - PORTRAIT - handle on left : nickel_orientation: inverted_portrait
menu_item : main : Orientation - PORTRAIT - handle on right : nickel_orientation: portrait
menu_item : main : Orientation - LANDSCAPE - handle below : nickel_orientation: inverted_landscape
menu_item : main : Orientation - LANDSCAPE - handle above : nickel_orientation: landscape
menu_item : main : Pocket : nickel_open: library: pocket
menu_item : main : PowerSleep : power : sleep
menu_item : main : PowerReboot : power : reboot
menu_item : main : PowerShutdown : power : shutdown
menu_item : main : Rescan : nickel_misc : rescan_books
menu_item : main : Rescan Full : nickel_misc : rescan_books_full
menu_item : main : Wikipedia (full): nickel_browser : https://www.wikipedia.org/
menu_item : browser : Goodreads : nickel_browser : https://www.goodreads.com/book
menu_item : browser : Maps (popup) : nickel_browser :modal:https://www.google.com.au/maps/[you can put a location here, starting with a @ symbol]
menu_item : browser : Maps (full) : nickel_browser : https://www.google.com.au/maps/[you can put a location here, starting with a @ symbol]
menu_item : browser : Orientation - PORTRAIT - handle on left : nickel_orientation: inverted_portrait
menu_item : browser : Orientation - PORTRAIT - handle on right : nickel_orientation: portrait
menu_item : browser : Orientation - LANDSCAPE - handle below : nickel_orientation: inverted_landscape
menu_item : browser : Orientation - LANDSCAPE - handle above : nickel_orientation: landscape
menu_item : browser : Wikipedia (popup) : nickel_browser:modal:https://www.wikipedia.org/
menu_item : browser : Wikipedia (full): nickel_browser : https://www.wikipedia.org/
menu_item : browser : Quit : nickel_misc: home
menu_item : reader : Browser (popup) : nickel_browser : modal
menu_item : reader : Browser (full window) : nickel_browser :
menu_item : reader : Goodreads : nickel_browser : https://www.goodreads.com/book
menu_item : reader : Google (popup) : nickel_browser:modal:https://www.google.com
menu_item : reader : Google (full) : nickel_browser: https://www.google.com
menu_item : reader : Maps (popup) : nickel_browser :modal:https://www.google.com.au/maps/[you can put a location here, starting with a @ symbol]
menu_item : reader : Maps (full) : nickel_browser : https://www.google.com.au/maps/[you can put a location here, starting with a @ symbol]
menu_item : reader : Pocket : nickel_open: library: pocket
menu_item : reader : Wikipedia (popup) : nickel_browser:modal:https://www.wikipedia.org/
menu_item : reader : Wikipedia (full): nickel_browser : https://www.wikipedia.org/
# nickel_orientation - one of:
# portrait (4.13.12638+)
# landscape (4.13.12638+)
# inverted_portrait (4.13.12638+)
# inverted_landscape (4.13.12638+)
# invert (4.13.12638+) - Toggles between inverted/non-inverted (preserves side) (this will not work if used in a chain with swap)
# swap (4.13.12638+) - Toggles between portrait/landscape (preserves inversion) (this will not work if used in a chain with invert)
# nickel_browser - one of:
# - opens the web browser to the default homepage (note that the line should end with a colon even though the argument is blank)
# <url> - opens the web browser to the specified URL
# <url> <css> - opens the web browser to the specified URL and injects the specified CSS (which can contain spaces and colons) into all pages
# modal - opens the web browser to the default homepage as a pop-up window
# modal:<url> - see above
# modal:<url> <css> - see above