You will need to add a file containing the NickelMenu options you want in the nm directory. The doc file is your guide with all commands commented out. Do not modify the doc file since an update would overwrite it.
As far as I know, Instapaper is not yet available in NickelMenu.
The folder scanning option is set up the the installer script.
If you stop using KFMon and just implement the NickelMenu only options for Plato and KOReader, you can remove the icons. I've attached a sample config file to this message. Normally, I just call the file nmconfig but MobileRead's file attachment does not like blank extensions so renamed to nmconfig.txt which will work as well.
Code:
# ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #
menu_item : main : Dark Mode : nickel_setting : toggle : dark_mode
menu_item : main : Invert & Reboot : nickel_setting : toggle : invert
chain_success : power : reboot
menu_item : main : Import books : nickel_misc : rescan_books_full
menu_item : main : Toggle Auto USB : nickel_setting : toggle : auto_usb_gadget
menu_item : main : USB Connect : nickel_misc : force_usb_connection
#
menu_item : main : Reboot : power : reboot
menu_item : main : Shutdown : power : shutdown
#
menu_item : main : KOReader : cmd_spawn : quiet : exec /mnt/onboard/.adds/koreader/koreader.sh
menu_item : main : Plato : cmd_spawn : quiet : exec /mnt/onboard/.adds/plato/plato.sh
# ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #
menu_item : reader : Dark Mode : nickel_setting : toggle : dark_mode
menu_item : reader : Invert & Reboot : nickel_setting : toggle : invert
chain_success : power : reboot
#
menu_item : reader : Reboot : power : reboot
# ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #
menu_item : browser : Invert & Reboot : nickel_setting : toggle: invert
chain_success : power : reboot
# ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #
menu_item : library : Dark Mode : nickel_setting : toggle : dark_mode
menu_item : library : Free Memory : cmd_output : 500: free -m
menu_item : library : Invert & Reboot : nickel_setting : toggle: invert
chain_success : power : reboot
#
menu_item : library : Import books : nickel_misc : rescan_books_full
menu_item : library : Toggle Auto USB : nickel_setting : toggle : auto_usb_gadget
menu_item : library : USB Connect : nickel_misc : force_usb_connection
menu_item : library : Reboot : power : reboot
menu_item : library : Shutdown : power : shutdown
# ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #