Skip to content

Markdown Joiner App is a Java application that allows you to merge multiple Markdown files into one.

Notifications You must be signed in to change notification settings

Not-Minimal/MarkDownApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Joiner App

Markdown Joiner App is a Java application that allows you to merge multiple Markdown files into one.

Features

  • Select and merge multiple Markdown files.
  • Arrange files in alphabetical order based on their filenames before merging.

Getting Started

Prerequisites

  • Java 17 or later
  • JavaFX libraries

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/yourusername/markdown-joiner-app.git
  2. Build the project using your preferred Java IDE or by running:

Copy code
mvn clean package
Run the application:
Copy code
java -jar target/markdown-joiner-app.jar

Usage

  • Launch the application.
  • Use the file picker to select the Markdown files you want to merge.
  • Click the "Join Markdown" button.
  • The merged Markdown content will be saved to a file named "output.md" in the project directory.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Markdown Joiner App is a Java application that allows you to merge multiple Markdown files into one.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages