Skip to content

Commit

Permalink
Updated the Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
izicodes authored Feb 17, 2023
1 parent 1669452 commit f1229ae
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,31 @@
<p align="justify">TumblrTextTint is a web application that allows you to format your Tumblr blog posts with a custom color for your text. The application is designed to enhance the aesthetic appeal of your posts, and provide you with more creative freedom by allowing you to choose from a wide range of color options beyond those provided by Tumblr's default formatting options.</p>
<p align="justify">With TumblrTextTint, you can easily generate HTML code for a span tag with a style attribute that sets the color of your text. The application is a free and open-source application that is simple, user-friendly, and requires no installation or setup. It is designed to be accessible to users of all skill levels, and is an excellent tool for bloggers, writers, and anyone looking to add a personal touch to their Tumblr posts.</p>

### The link
> **[Click here to try TumblrTextTint! 🔗](https://xiacodes.github.io/TumblrTextTint/)**
-------------

### How to Use
### Instructions

<p align="justify">To learn how to use TumblrTextTint, check out the instructions in the <b><a href="instructions/instructions.md">instructions.md</a></b> file. The instructions cover how to access the app on both computers and mobile devices, as well as how to insert the generated code into your Tumblr blog post. With these instructions, you'll be able to format your blog posts with custom text colors and add a personal touch to your writing.</p>

1. Enter the text you want to format in the text area provided
2. Choose the color you want using the color picker
3. Click the "Generate" button to generate the HTML code
4. Copy the generated code and paste it into your Tumblr post
-------------

### Limitations

- The generated HTML code only works for text within a single paragraph (i.e., no line breaks or multiple paragraphs)
- The generated HTML code only sets the color of the text, not any other text formatting (e.g., font size, bold, italic)
- The generated HTML code only works for text within a single paragraph (i.e., no line breaks or multiple paragraphs) _- this will change in the future_
- The generated HTML code only sets the color of the text, not any other text formatting (e.g., font size, bold, italic) _- this will change in the future_
- If you are using a custom Tumblr blog theme, this _might_ affect the colours showing up on your blog site as the theme might override the styling.

### Credits

This web application was created by Loariya-Fiaba ([@xiacodes](https://xiacodes.tumblr.com/)) using HTML, CSS, and JavaScript. The custom cursors used are called "Oxygen Chrome Set" created by Riccardo Laconelli - [link to the cursor set](https://www.cursors-4u.com/cursor/2010/12/17/oxygen-chrome-set.html).

## License
### License

This project is licensed under the MIT License. See the LICENSE file for details.

## Found an issue?
### Found an issue?

Do report to me by sending an ask via my Tumblr ([link](https://xiacodes.tumblr.com/ask)) about the issue you encounterd! I'll be sure to fix it as soon as possible!

0 comments on commit f1229ae

Please sign in to comment.