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.zipDescription
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
- Go to plugin's root
- Run
composer install - Run
npm install - 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.