https://github.com/programmingkyle/explorer-notes
Tired of searching all over for your important stuff? Meet Explorer Notes – your digital command center for files! This nifty app combines a cool file explorer with a handy notepad. Dump your must-keep files and notes here, no matter where they live on your computer. It's like having a cozy home for your digital chaos!
https://github.com/programmingkyle/explorer-notes
css electron explorer file html javascript notepad
Last synced: 9 months ago
JSON representation
Tired of searching all over for your important stuff? Meet Explorer Notes – your digital command center for files! This nifty app combines a cool file explorer with a handy notepad. Dump your must-keep files and notes here, no matter where they live on your computer. It's like having a cozy home for your digital chaos!
- Host: GitHub
- URL: https://github.com/programmingkyle/explorer-notes
- Owner: programmingKyle
- Created: 2024-01-04T22:55:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T20:34:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T01:54:03.446Z (11 months ago)
- Topics: css, electron, explorer, file, html, javascript, notepad
- Language: JavaScript
- Homepage:
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Explorer Notes
## Overview
Explorer Notes is a simple desktop application that helps you organize and manage your important files and notes in one central place.
## Features
- **Unified Workspace:** Gather all your crucial files and folders in one spot.
- **Integrated Notepad:** Quickly jot down notes and ideas.
- **Effortless Navigation:** Easily navigate through your files and open them in your system's file explorer.
## How to Use
1. **Linking Existing Files or Folders:**
- Drag and drop files or folders into Explorer Notes.
- Use the top right search for files or folders.
2. **Add New Files or Folders:**
- Use the buttons at the bottom of the app to "Add File" or "Add Folder".
- Right Click on the explorer container to add new folders or files.
3. **Taking Notes:**
- Open any text file to use the simple notepad
- CTRL + S to save your file quickly, or use the button at the bottom
- Text wrap button at the top left to quickly switch if needed.
4. **Navigation:**
- Explore your organized space and open files in your system's file explorer if needed.
## Getting Started
1. **Installation:**
- [Download](#) the latest release of Explorer Notes for your operating system.
- Install and run the application.
2. **Build from Source:**
- Clone this repository.
- Install dependencies (`npm install`).
- Run the application (`npm start`).