Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ahernp/pmcm

Open more actions menu

Repository files navigation

pmcm

Python Markdown Content Manager.

This is a desktop wiki tool to manage notes and files, inspired by TiddlyWiki classic.

The content is written in markdown.

Each page of markdown text is stored in separate files in the data/pages/ directory.

Non-markdown files can be "uploaded" and stored in the media/ directory structure.

Tested on Debian 13.

Setup

  1. git clone https://github.com/ahernp/pmcm.git
  2. cd pmcm
  3. python3 -m venv venv Create Python 3 virtual environment.
  4. source venv/bin/activate Activate Python virtual environment.
  5. pip install markdown legacy-cgi
  6. cp -r initial_content/data . Create and populate data directories.
  7. cp -r initial_content/media . Create and populate media directories.
  8. python server.py -p 8088 Start application/server.
  9. Visit http://localhost:8088/ to use Wiki tool.

Read the Help page in wiki for instructions on how to use the tool.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.