replaced SimpleMDE with EasyMDE as SimpleMDE is no longer being maintained MDE now works for client notes also added a MD php parser called parsedown

This commit is contained in:
root
2019-04-20 13:05:21 -04:00
parent c264c3ee8a
commit d63e924741
41 changed files with 10519 additions and 37197 deletions

View File

@@ -2,6 +2,7 @@
include("config.php");
include("check_login.php");
include("vendor/Parsedown.php");
//include("functions.php");
?>
@@ -17,17 +18,21 @@
<meta name="description" content="">
<meta name="author" content="">
<title><?php echo "$config_company_name"; ?></title>
<title><?php echo $config_company_name; ?></title>
<!-- Custom fonts for this template-->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="vendor/easy-markdown-editor-2.5.1/dist/easymde.min.css" rel="stylesheet" type="text/css">
<!-- Page level plugin CSS-->
<link href="vendor/datatables/dataTables.bootstrap4.css" rel="stylesheet">
<!-- Custom fonts for this template-->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template-->
<link href="css/sb-admin.css" rel="stylesheet">
<!-- Custom Style Sheet -->
<link href="css/style.css" rel="stylesheet">