Skip to content

Commit

Permalink
Update references to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsmorais committed Apr 23, 2019
1 parent e9e4013 commit b45b07a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Mdyna

### A notes app with Markdown support and code syntax highlighting
[![Mdyna Logo](./resources/MdynaLogo.png)](https://mdyna.dev)
[![CircleCI](https://circleci.com/gh/mdyna/mdyna-app/tree/master.svg?style=svg)](https://circleci.com/gh/mdyna/mdyna-app/tree/master)
[![Netlify Status](https://api.netlify.com/api/v1/badges/3c3367fc-b80c-4829-af8a-02fac5f9f979/deploy-status)](https://app.netlify.com/sites/mdyna/deploys)

[![Mdyna Logo](./resources/MdynaLogo.png)](https://mdyna.github.io)

_Built with React+Redux+Electron_

Expand Down
2 changes: 1 addition & 1 deletion app/components/UI/tooltips.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"markdown": {
"title": "Markdown Guide",
"text": "<h4>Titles</h4>\n<ul>\n<li>\n# Title\n</li>\n<li>\n## Sub-Title\n</li>\n<li>\n### Sub-sub-title ^^ \n</li>\n</ul>\n<h4> Formatting</h4>\n<ul>\n<li>\n<i>*Italic*</i>\n</li>\n<li>\n<b>**bold**</b>\n</li>\n<li>\n<s>~~strikethrough~~</s>\n</li>\n</ul>\n<h4> Lists</h4>\n<ul>\n<li>\n1. Ordered List\n</li>\n<li>\n* Unordered List\n</li>\n<li>\n- [ ] Task List\n</li>\n</ul>\n<h4> Other</h4>\n<ul>\n<li>\n`inline code`\n</li>\n<li>\n```\ncode snippet\n```\n</li>\n<li>\n> quote\n</li>\n<li>\n[Link](http://mdyna.github.io)\n</li>\n</ul>"
"text": "<h4>Titles</h4>\n<ul>\n<li>\n# Title\n</li>\n<li>\n## Sub-Title\n</li>\n<li>\n### Sub-sub-title ^^ \n</li>\n</ul>\n<h4> Formatting</h4>\n<ul>\n<li>\n<i>*Italic*</i>\n</li>\n<li>\n<b>**bold**</b>\n</li>\n<li>\n<s>~~strikethrough~~</s>\n</li>\n</ul>\n<h4> Lists</h4>\n<ul>\n<li>\n1. Ordered List\n</li>\n<li>\n* Unordered List\n</li>\n<li>\n- [ ] Task List\n</li>\n</ul>\n<h4> Other</h4>\n<ul>\n<li>\n`inline code`\n</li>\n<li>\n```\ncode snippet\n```\n</li>\n<li>\n> quote\n</li>\n<li>\n[Link](http://mdyna.dev)\n</li>\n</ul>"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "mdyna",
"version": "0.5.3",
"description": "A notes app with Markdown support",
"homepage": "https://mdyna.dev",
"main": "main.js",
"scripts": {
"build-dist": "export NODE_ENV=PROD && rm -rf ./dist && yarn build-electron && electron-builder -lw",
Expand Down

0 comments on commit b45b07a

Please sign in to comment.