Recommended Plugins

  1. Advanced Editor Tools
    a. To manage tables conveniently: add, delete, edit

    b. To highlight text (background)
    https://wpmudev.com/blog/wordpress-highlight-text/
  2. WP-ShowHide
    To toggle the visibility of part of the content.
    Example:
    Hidden content
    Unhidden content

    Code:
    – Frequently used

    [showhide type="insertATypeHere" more_text="> Show Table" less_text="< Hide Table" hidden="yes"]

    Important note(!): if this snippet doesn't work, re-type all the QM (quotation mark) in the snippet. More details, read here.

    – Default value:

    [showhide type="links" more_text="Show Links (%s More Words)" less_text="Hide Links (%s Less Words)"]Links will go in here.[/showhide]

  3. Password Protect WordPress Lite
    To protect the entire WordPress site
  4. The Paste
    To paste an image from a clipboard (normal copy-paste)
    i.e., incorporating an image to a WP post/page without the need to upload the image from a file
  5. File Manager
    To edit, delete, upload, download, copy and paste files and folders.
  6. Shortcodes Ultimate
    1. Tooltip: Display additional information as tooltip
      * at first, wanted to try ACF Tooltip, but it cannot be activated due to a technical reason.
      ** alternative: add tooltip without plugin (CSS)

      1. Code:
        – Frequently used (example)

        [su_tooltip title="" text="Ringisho" position="top" background="#FFEA73" color="#000000" font_size="16" text_align="left" max_width="300" radius="0" shadow="no" behavior="hover" class="" outline="yes" tabindex="yes" reference_tag="span" hide_delay="0"] ①稟議書 [/su_tooltip]

    2. Easier to use if using Gutenberg (Block Editor), instead of Classic Editor (TinyMCE)

UNUSED

  1. Lightweight Grid Columns
    To create columns on a page. Can later insert table into the column.
    [lgc_column grid="70" tablet_grid="50" mobile_grid="100"] Content [/lgc_column]
    [lgc_column grid="30" tablet_grid="50" mobile_grid="100" last="true"] Second content [/lgc_column]
  2. HEIC Support
    To convert image file (non-JPG) from iPhone/Mac to WordPress
  3. BetterDocs
    Journey finding sticky TOC (Table of Content), just like Wikipedia
  4. Ultimate Blocks
    Journey finding floating/sticky TOC (Table of Content), just like Wikipedia
  5. Tooltips
    Journey to find tooltip, ended up wanting to use tooltip with image (not only textbox)
    –> but this feature is only for Pro version (paid version)
  6. Akismet Anti-spam: Spam Protection
    Default installation (but not activated by default)
  7. Simple Custom CSS and JS
    To insert Custom CSS –> effort to create a more compact table
    Seems to still be heavily constrained by Theme (?)
  8. The Plus Addons for Elementor
    keyword: add image to tooltip wordpress
    https://theplusaddons.com/docs/image-tooltip-in-elementor/
  9. Elementor
  10. Popup Anything – A Marketing Popup
    https://www.greengeeks.com/tutorials/popup-on-click-wordpress/