WP Manifestindependent plugin directory
manifest / social / comments-plus-plus

Comments Plus Plus

A different experience of commenting in WordPress.

by BuntyWP · github.com/bhargavbhandari90/comments-plus-plus

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/bhargavbhandari90/comments-plus-plus/archive/refs/heads/main.zip

Description

A different experience of commenting in WordPress.

Features

  • Gmail like auto-complete replies while typing using following AIs.
    • Gemini
    • Ollama
    • OpenAI

More features are coming....

Prerequisites

Development Setup

  1. Go to plugin's root
  2. Run composer install
  3. Run npm install
  4. To watch for changes, run npm start

Development

To auto-load files, run:

composer dump-autoload

To create a publish ready plugin, run:

npm run build

To format code, run:

npm run format

To lint JS, run:

npm run lint:js

To lint CSS, run:

npm run lint:css

Changelog

1.0.0

  • Initial Release.