This is a markdown reader app that allows users to view markdown files. It provides a user-friendly interface for reading and navigating through markdown content.
- Markdown rendering: The app renders markdown files into formatted content, making it easy to read and understand.
- Navigation: Users can easily navigate through the markdown file using a table of contents or by scrolling through the content.
- Syntax highlighting: The app highlights the syntax of code blocks within the markdown file, improving readability for developers.
- Customization: Users can customize the app's appearance and behavior according to their preferences.
- Download the compiled app from the dist folder.
- Run the app on your local machine.
- Open a markdown file using the app.
- Read and navigate through the markdown content.
To run the app locally:
- Clone the repository:
git clone https://github.com/your-repo.git
- Install dependencies:
npm install
- Start the app:
npx neu run
Feel free to modify the code and request a pull request if you have any improvements or suggestions.
Contributions are welcome! If you have any suggestions or improvements, please submit a pull request.
This project is licensed under the MIT License.
- Add the dropped files to the recent files list
- Add a search feature to search for text within the markdown content
- Implement a dark mode theme for the app
- Add support for rendering images and other media content in the markdown file
- Review the compiled files for the different platforms