https://github.com/ruancarllo/one-traductor
An OneNote text converter to emoji notation
https://github.com/ruancarllo/one-traductor
onenote text-analysis
Last synced: 8 months ago
JSON representation
An OneNote text converter to emoji notation
- Host: GitHub
- URL: https://github.com/ruancarllo/one-traductor
- Owner: ruancarllo
- License: mit
- Created: 2023-07-04T14:55:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T21:14:33.000Z (over 1 year ago)
- Last Synced: 2025-02-02T13:34:31.414Z (10 months ago)
- Topics: onenote, text-analysis
- Language: HTML
- Homepage: https://ruancarllo.github.io/one-traductor/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Introduction
This program converts [OneNote](https://www.onenote.com/) text copied to the clipboard into special emoji-based notation, and copies the results of that translation to your clipboard again.
# Usage
To run this software on your computer, install [NodeJS](https://nodejs.org/) and run the following command to serve the [app.html](./app.html) file on your local network:
```shell
node run.js
```
You can also open the [app](./app.html) file directly.
# License
This program is licensed under the terms of the [MIT License](./LICENSE.md).