Addition of fork reference / Feature improvements (Sidebar & short.io) in README file.#39
Open
hk151109 wants to merge 2 commits intoantonmedv:masterfrom
Open
Addition of fork reference / Feature improvements (Sidebar & short.io) in README file.#39hk151109 wants to merge 2 commits intoantonmedv:masterfrom
hk151109 wants to merge 2 commits intoantonmedv:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a reference to a community fork of textarea.my in the README's "Related" section. The fork, maintained by Harikrishnan Gopal, extends the base project with a sidebar, document history, and short.io URL integration for large documents.
Changes:
- Adds a new entry in the "Related" section of the README linking to the community fork at
hk151109/textarea.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
README.md
Outdated
| ## Related | ||
|
|
||
| - [numbr.dev](https://numbr.dev) – my another website, same as textarea, only support calculations like `1 USD in EUR =`. | ||
| - - [textarea.my fork](https://github.com/hk151109/textarea) – A fork by [Harikrishnan Gopal](https://github.com/hk151109) with a **Sidebar**, **Document History**, and **short.io integration** for managing url of large documents. |
There was a problem hiding this comment.
The phrase "for managing url of large documents" has a grammatical issue — "url" should be capitalized ("URL") and the phrase reads awkwardly. A clearer phrasing would be something like "for managing URLs of large documents."
Suggested change
| - - [textarea.my fork](https://github.com/hk151109/textarea) – A fork by [Harikrishnan Gopal](https://github.com/hk151109) with a **Sidebar**, **Document History**, and **short.io integration** for managing url of large documents. | |
| - - [textarea.my fork](https://github.com/hk151109/textarea) – A fork by [Harikrishnan Gopal](https://github.com/hk151109) with a **Sidebar**, **Document History**, and **short.io integration** for managing URLs of large documents. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
I’ve been a fan of the minimalism of textarea.my and recently created a fork over at hk151109/textarea that adds some utility for power users.
I'm opening this PR to add a link to this fork in the README. My version introduces several key features:
Sidebar & Document History: Users can now view and switch between their previous documents directly from a sidebar, making it easier to manage multiple notes.
short.io Integration: For documents with large content (where the URL hash becomes unwieldy), I've integrated short.io to generate clean, manageable short URLs.
Regarding a full PR for these features:
I haven't raised a PR for the code changes yet because I modified the deployment workflow for my own setup. However, if you're interested in merging these features, I’d be happy to revert the deployment logic to your original configuration and raise a clean PR for the Sidebar and short.io functionality.
Best,
Harikrishnan Gopal