Malte Kiefer 9f53ece664 Initial commit
2017-07-30 07:22:02 +02:00
2017-07-30 07:22:02 +02:00
2017-07-30 07:22:02 +02:00
2017-07-30 07:22:02 +02:00
2017-07-30 07:22:02 +02:00
2017-07-30 07:22:02 +02:00
2017-07-30 07:22:02 +02:00
2017-07-30 07:22:02 +02:00
2017-07-30 07:22:02 +02:00
2017-07-30 07:22:02 +02:00
2017-07-30 07:22:02 +02:00
2017-07-30 07:22:02 +02:00

SiMPad

A simple Markdown Notepad

Demo

There is a working Demo

Features

  • No database needed, only local files
  • Full markdown support
  • Syntax Highlighting
  • Google Fonts (optional)

Installation

Do not use the master branch, is the working branch. Use the releases

First download the latest release. Then change the config...

Really simple, go to the config folder and in the config.php change the base_url for your setup. The next step is, to set up the notes folder. The web server should have the right to write to the folder (chmod 777).

<?php

    $config = [
                "base_url"      =>  "https://pad.malte-kiefer.de",
                "notes_folder"  =>  "notes/", #do not forget the / at the end!

Google Font

SiMPad uses Google Fonts. To change the font type, change in the config

"google_font_title" => "Ubuntu",

When you want to disable Google Fonts, change in the config

"google_font" => "true",

to false.

ToDo

  • HTML5 Layout
  • Fully Markdown Support
  • Google Font
  • Syntax Highlighting
  • Encrypted Notes
  • Fully curl support

libs

Description
No description provided
Readme 182 KiB
Languages
PHP 80.5%
CSS 11.2%
Smarty 4.6%
JavaScript 3.7%