{"id":20272078,"url":"https://github.com/indexposition/linked-list-text-editor","last_synced_at":"2026-05-28T13:31:45.186Z","repository":{"id":149924996,"uuid":"621497158","full_name":"IndexPosition/Linked-List-Text-Editor","owner":"IndexPosition","description":"A simple Text Editor that uses the concept of Linked List.","archived":false,"fork":false,"pushed_at":"2024-08-11T19:33:53.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T00:42:41.288Z","etag":null,"topics":["algotithms","capstone-project","data-structures","dsa","linked-list","project"],"latest_commit_sha":null,"homepage":"https://indexposition.github.io/Linked-List-Text-Editor/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IndexPosition.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-30T19:33:16.000Z","updated_at":"2024-08-11T19:33:56.000Z","dependencies_parsed_at":"2024-11-14T12:46:49.271Z","dependency_job_id":"4eb4a0ca-0a32-4c31-9bdb-e16c2cea432f","html_url":"https://github.com/IndexPosition/Linked-List-Text-Editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IndexPosition/Linked-List-Text-Editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndexPosition%2FLinked-List-Text-Editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndexPosition%2FLinked-List-Text-Editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndexPosition%2FLinked-List-Text-Editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndexPosition%2FLinked-List-Text-Editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IndexPosition","download_url":"https://codeload.github.com/IndexPosition/Linked-List-Text-Editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndexPosition%2FLinked-List-Text-Editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33611248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algotithms","capstone-project","data-structures","dsa","linked-list","project"],"created_at":"2024-11-14T12:41:38.839Z","updated_at":"2026-05-28T13:31:45.157Z","avatar_url":"https://github.com/IndexPosition.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linked List Text Editor - Capstone Project\n\n## Overview\n\nThis project is a simple text editor that uses a double linked list to store text. It allows the user to perform basic text editing operations such as inserting and deleting text, as well as undoing and redoing previous changes.\n\n## Technologies Used\n\n- HTML\n- CSS\n- JavaScript\n\n## Features\n\n- Undo and redo functionality using linked list\n- Clear text area\n- Save and open files\n\n## How to Use\n\nTo use the text editor, simply open the `index.html` file in a web browser or [Click Here](https://indexposition.github.io/Linked-List-Text-Editor/). The text editor interface will open, allowing you to type and edit text.\nYou can start typing in the text area, and use the following buttons :\n\n1. Undo: Undos the last change made to the text area.\n2. Redo: Redos the last change undoed.\n3. Clear: Clears the text area (memory) and starts over.\n4. Save: Saves the text to a file with a specified name.\n5. Open: Opens a previously saved file.\n\n## How it Works\n\nThis text editor stores text using a doubly linked list data structure. Each node represents a single character and has a reference to the next and previous nodes. The cursor position is tracked by the current node. When a user types a character, a new node is inserted after the current node and the current node is updated. When a user deletes a character, the current node is updated to the previous node. The editing history is tracked using a stack. When an editing operation is performed, the current state is pushed onto the stack. To undo an operation, the previous state is popped from the stack and restored.\n\n## Acknowledgments\n\n- https://www.geeksforgeeks.org/data-structures/linked-list/\n- https://www.geeksforgeeks.org/implementation-linkedlist-javascript/\n- https://www.tutorialspoint.com/how-to-create-and-save-text-file-in-javascript\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findexposition%2Flinked-list-text-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findexposition%2Flinked-list-text-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findexposition%2Flinked-list-text-editor/lists"}