No description
Find a file
2025-03-22 02:13:26 +01:00
app addet some features 2025-03-22 02:13:26 +01:00
uploads addet some features 2025-03-22 02:13:26 +01:00
.gitignore addet some features 2025-03-22 02:13:26 +01:00
README.md fix: addet git 2025-03-21 11:28:15 +01:00
requirements.txt docs: addet readme stuff and addet requirements.txt file for easy project initialisation 2025-03-21 11:27:37 +01:00
run.py batman 2025-03-21 11:19:20 +01:00

flask markdownViewer

running the project

Dependencies
  • python3
  • git
git clone https://git.k4li.de/pika/markdownViewer.git && cd markdownViewer

pip install -r requirements.txt

python3 run.py

Just clone the repo, install the dependencies by the requirements.txt file and run the webapp!

features

  • Upload your markdown files and display them in a styled way
  • Host links or files for display purposes

todo

  • Login: Make it, so that you can only add new things when logged in
  • Update: Update current markdown files to display new content
  • Fetching: Fetch .md from plain text links to display them dynamically