{"id":15090965,"url":"https://github.com/topxt750/notes","last_synced_at":"2026-01-04T14:49:38.384Z","repository":{"id":243270393,"uuid":"810808243","full_name":"TopxT750/Notes","owner":"TopxT750","description":"Notes is a modern and sleek application designed to help users optimize and manage their works efficiently.","archived":false,"fork":false,"pushed_at":"2024-06-08T05:04:34.000Z","size":208,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T10:15:34.175Z","etag":null,"topics":["modernized","notes","windows","winforms","winforms-application"],"latest_commit_sha":null,"homepage":"","language":"Visual Basic .NET","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/TopxT750.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":"2024-06-05T11:47:45.000Z","updated_at":"2024-06-08T05:04:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"4162b791-6f5b-4a9a-9676-aa845d163809","html_url":"https://github.com/TopxT750/Notes","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"46ecc88beee245fad922351322aa0486417ec87c"},"previous_names":["topxt750/notes"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TopxT750%2FNotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TopxT750%2FNotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TopxT750%2FNotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TopxT750%2FNotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TopxT750","download_url":"https://codeload.github.com/TopxT750/Notes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937834,"owners_count":20535127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["modernized","notes","windows","winforms","winforms-application"],"created_at":"2024-09-25T10:34:53.133Z","updated_at":"2026-01-04T14:49:38.332Z","avatar_url":"https://github.com/TopxT750.png","language":"Visual Basic .NET","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notes  ![Logo](https://github.com/TopxT750/Notes/blob/release/Notes/Resources/Notes.png)\n\nNotes is a modern and sleek application designed to help users efficiently manage their notes and text documents. Inspired by Windows Notepad, this application provides a user-friendly interface and powerful features to enhance your note-taking and text editing experience.\n\n## Features\n\n- **Multi-Tab Interface**: Work with multiple documents simultaneously using tabbed browsing.\n- **Rich Text Formatting**: Customize your text with various fonts, colors, and styles.\n- **File Management**: Easily open, save, and manage text and rich text files.\n- **Custom Title Bar**: Enjoy a modern look with a borderless form and custom title bar.\n\n## Screenshots\n\n![Main Interface](https://github.com/TopxT750/Notes/assets/71926499/67eccf13-2d61-4ae4-a1f2-b52b79d2bfae)\n\n## Installation\n\n### Prerequisites\n\n- Windows 7 or higher\n- .NET Framework 4.7.2 or later\n\n### Steps\n\n1. **Download the Installer**: Get the latest version of the installer from the [Releases](https://github.com/TopxT750/notes/releases) page.\n2. **Run the Installer**: Double-click the installer file and follow the on-screen instructions.\n3. **Launch the Application**: After installation, launch the application from the Start Menu or Desktop shortcut.\n\n## Building from Source\n\nTo build Notes from the source code, follow these steps:\n\n### Prerequisites\n\n- [Visual Studio 2019 or later](https://visualstudio.microsoft.com/)\n- .NET Framework 4.7.2 SDK\n- [Guna UI Framework](https://gunaui.com/)\n\n### Steps\n\n1. **Clone the Repository**:\n   ```sh\n   git clone https://github.com/yourusername/notes.git\n   cd notes\n   ```\n\n2. **Open the Solution**:\n   Open `Notes.sln` in Visual Studio.\n\n3. **Restore NuGet Packages**:\n   Visual Studio should automatically restore the required NuGet packages. If not, go to `Tools \u003e NuGet Package Manager \u003e Manage NuGet Packages for Solution` and restore them manually.\n\n4. **Build the Solution**:\n   Build the solution by selecting `Build \u003e Build Solution` or pressing `Ctrl+Shift+B`.\n\n5. **Run the Application**:\n   Start debugging by pressing `F5` or selecting `Debug \u003e Start Debugging`.\n\n## Usage\n\n1. **Multi-Tab Interface**:\n   - Click the `New Tab` button to create a new tab for your document.\n   - Each new tab will be named \"New Note 1\", \"New Note 2\", and so on.\n\n2. **Rich Text Formatting**:\n   - Use the formatting toolbar to change fonts, text color, and apply styles like bold or italics.\n\n3. **File Management**:\n   - Open documents from the `File` menu.\n   - Save your work with `Save` or `Save As` options.\n\n## Contributing\n\nContributions are welcome! If you have suggestions for new features, improvements, or bug fixes, feel free to open an issue or submit a pull request.\n\n### Steps to Contribute\n\n1. **Fork the Repository**: Click the `Fork` button at the top right of this page.\n2. **Clone Your Fork**:\n   ```sh\n   git clone https://github.com/yourusername/notes.git\n   cd notes\n   ```\n3. **Create a Branch**:\n   ```sh\n   git checkout -b feature/your-feature-name\n   ```\n4. **Make Changes**: Implement your feature or bug fix.\n5. **Commit Your Changes**:\n   ```sh\n   git commit -m \"Add feature/fix: describe your changes\"\n   ```\n6. **Push to Your Fork**:\n   ```sh\n   git push origin feature/your-feature-name\n   ```\n7. **Open a Pull Request**: Go to the original repository and click `New Pull Request`.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- **Microsoft** for the inspiration from their Notepad tool.\n- **Guna UI Framework** for providing modern UI controls.\n- **Icons8** for the valuable icons used in this project.\n- **Open Source Community** for the valuable libraries and tools used in this project.\n\nThank you for using Notes! We hope it helps you manage your notes and text documents more effectively.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftopxt750%2Fnotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftopxt750%2Fnotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftopxt750%2Fnotes/lists"}