Verbalize – text editor with writing assistance for Brazilian Portuguese
33 points| mtgr18977 | 1 year ago
Years passed, and this week I had time to create a fork of [Techscriptor](https://github.com/cbrincoveanu/techscriptor) with some interface improvements and adapt it to Brazilian Portuguese. That's how version 0.1 of Verbalize was born.
## What does it do?
In a basic and summarised way, you can upload a file from your computer (in `md` or `txt`, for now) and the editor, besides allowing you to actually edit, will give you hints on how to improve the text (long sentences, complex words, jargon, adjectives and other things we should avoid in texts, especially technical ones).
Once edited, you can download the file in `md` format.
## Access
The application can be installed (Electron), accessed through the web, or you can download the code from GitHub and run it locally in your browser.
- [Live version](https://verbalize-editor.netlify.app/) - [Source code](https://github.com/mtgr18977/Verbalize)
## Improvements
I have a few 'next steps' in mind:
- Google Drive/Onedrive integration. - Possibility to upload a custom rules file. - Allow it to be used offline as well. - Improve the GUI.
SwiftyBug|1 year ago
Screenshot: https://snipboard.io/bF2DYA.jpg
mtgr18977|1 year ago
> Am I using this wrong?
Kinda. It's not a grammar corrector. The editor won't correct grammar mistakes or any "dictionarized" mistakes. It will only highklights hints for a better redability, like complex words, complex and long phrases, jargons and things like that. I think for this we have plenty of alterantives (better ones). Even the browser itself.
It works more like Hemingway App (https://hemingwayapp.com/).
romulobribeiro|1 year ago
mtgr18977|1 year ago