1
Fork 0

Move the current readme to a differences document.

This commit is contained in:
Bauke 2023-06-21 20:11:27 +02:00
parent 7f6b3e343d
commit a0a887af24
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 7 additions and 13 deletions

View File

@ -1,19 +1,17 @@
# Tildes ReExtended
# Differences
> An updated and reimagined recreation of the [original Tildes Extended](https://github.com/theCrius/tildes-extended) web extension by Crius.
Tildes ReExtended is a reimagination of [Crius' original Tildes Extended](https://github.com/theCrius/tildes-extended). This document outlines the differences between the two.
## Differences
### Removed Functionality
## Removed Functionality
Large parts of the original Tildes Extended have been removed for various reasons:
* **Link In New Tab**: this functionality now exists natively and can be configured [in your settings](https://tildes.net/settings)!
* **Markdown Preview**: this too exists natively (although not a "live" preview). Another reason this isn't included is due to Tildes using a customized flavor of Markdown that is difficult to replicate accurately enough with what's available and keep up to date.
* **Sticky Header**: with the dedicated "Back To Top" button now I wasn't sure if there was a need for it, so it's left out.
* **Custom Styles**: this feature introduced many issues in Tildes Extended while better and more dedicated extensions exist such as [Stylus](https://add0n.com/stylus.html), that can reliably handle custom styles instead.
* **Custom Styles**: this feature introduced many issues in Tildes Extended while better and more dedicated extensions exist, such as [Stylus](https://add0n.com/stylus.html), that can reliably handle custom styles instead.
### Extended Functionality
## Extended Functionality
Some functionality has also been extended more:
@ -21,7 +19,7 @@ Some functionality has also been extended more:
* [x] The **Themed Tildes Logo** feature now picks from theme-appropriate logos instead of a regular tilde character.
* [x] The **Jump To New Comment** button now uncollapses comments if the new one is collapsed or is deeper inside a collapsed one.
#### User Labels
### User Labels
* [x] Multiple labels per person.
* [x] Specify priority of labels.
@ -29,7 +27,7 @@ Some functionality has also been extended more:
* [x] Pick any hex color you want.
* [x] Dedicated interface to add, edit, and remove labels.
### New Functionality
## New Functionality
And various new features have been added such as:
@ -38,7 +36,3 @@ And various new features have been added such as:
* [x] Anonymize usernames.
* [x] Assign unique colors to people's usernames.
* [x] Export and import your extension settings.
## License
Open-sourced under the [MIT License](https://gitlab.com/tildes-community/tildes-reextended/blob/main/LICENSE).