summaryrefslogtreecommitdiff
path: root/public/views (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update highlight.js to version 9.4.0 and use bower dependencyCheng-Han, Wu2016-06-043-4/+4
|
* Fix home button link broken in header templateCheng-Han, Wu2016-06-011-1/+1
|
* Add release-notes as pure markdown file and remove old release notes section ↵Cheng-Han, Wu2016-05-301-35/+2
| | | | on index
* Update slide template using ejs instead of mustache to reduce similar ↵Cheng-Han, Wu2016-05-292-83/+85
| | | | package dependency
* Update to replace animation acceleration library from gsap to velocityCheng-Han, Wu2016-05-293-8/+5
|
* Update project titleCheng-Han, Wu2016-05-281-1/+1
|
* Update project infos, reclaim authors and add authors listCheng-Han, Wu2016-05-281-2/+2
|
* Fix help-modal cheatsheet typoCheng-Han, Wu2016-05-271-1/+1
|
* Add support of google signinCheng-Han, Wu2016-05-212-5/+10
|
* Fix export snippet should check data before sending request and fix some ↵Cheng-Han, Wu2016-05-152-6/+6
| | | | code styles
* Fix some code styles and user avatar style for PR #122Cheng-Han, Wu2016-05-151-1/+1
|
* Merge pull request #122 from jccrofty30/avatar_on_historyMax Wu2016-05-151-0/+1
|\ | | | | Add avatar to History page.
| * Add avatar to History page.Jason Croft2016-05-121-0/+1
| |
* | Fix signin template logic for PR #121Cheng-Han, Wu2016-05-151-2/+2
| |
* | Merge branch 'gitlab_snippets' of https://github.com/jccrofty30/hackmd into ↵Cheng-Han, Wu2016-05-152-0/+99
|\ \ | | | | | | | | | | | | | | | | | | jccrofty30-gitlab_snippets # Conflicts: # lib/response.js
| * | Merge remote-tracking branch 'origin/master' into gitlab_snippetsJason Croft2016-05-128-12/+145
| |\| | | | | | | | | | | | | | | | # Conflicts: # bower.json # public/views/body.ejs
| * | Enable snippet exporting.Jason Croft2016-05-122-2/+47
| | |
| * | Can now select from available projects and snippets to build import URL.Jason Croft2016-05-121-2/+18
| | |
| * | Check to make sure GitLab is configured before showing import option.Jason Croft2016-05-111-0/+4
| | |
| * | Fully-fleshed snippetImportModalJason Croft2016-05-111-3/+5
| | |
| * | Define snippet import modalJason Croft2016-05-091-0/+20
| | |
| * | Add GitLab options.Jason Croft2016-05-091-0/+12
| | |
| * | Start extending to support GitLab authentication.Jason Croft2016-05-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add necessary dependency. Add baseURL parameter for self-hosted GitLab Add necessary require. Add block for GitLab auth. Fix typo Update font-awesome dependency for GitLab icon. Use a color closer to GitLab orange. More direct TODO
* | | Merge PR #118Cheng-Han, Wu2016-05-151-0/+5
|\ \ \
| * | | Start extending to support GitLab authentication.Jason Croft2016-05-111-0/+5
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add necessary dependency. Add baseURL parameter for self-hosted GitLab Add necessary require. Add block for GitLab auth. Fix typo Update font-awesome dependency for GitLab icon. Use a color closer to GitLab orange. More direct TODO
* | | Update to move dropbox app key setting to common.js and will auto load ↵Cheng-Han, Wu2016-05-152-30/+1
| | | | | | | | | | | | client-side related scripts
* | | Merge PR #101Cheng-Han, Wu2016-05-153-20/+50
|\ \ \ | |/ / |/| |
| * | Fix google drive configJannik Lorenz2016-04-231-6/+6
| | |
| * | Hide Dropbox and Google Drive in Import/ Export when disabledJannik Lorenz2016-04-232-3/+29
| | |
| * | Show Sign In button only when enabledJannik Lorenz2016-04-231-23/+27
| | |
* | | Add help and help modal with contacts, documents, cheatsheetCheng-Han, Wu2016-05-115-6/+139
| | |
* | | Update font-awesome to 4.6.2Cheng-Han, Wu2016-05-114-4/+4
| | |
* | | Try to fix potential toolbar layout glitchCheng-Han, Wu2016-05-111-2/+2
| |/ |/|
* | Fix possible glitch of layoutCheng-Han, Wu2016-05-091-1/+1
|/
* Fix home href link should specify root pathCheng-Han, Wu2016-04-221-1/+1
|
* Update to support octicon and change header anchor stylesCheng-Han, Wu2016-04-203-0/+5
|
* Fix that error page no need to load foot templateCheng-Han, Wu2016-04-201-2/+1
|
* Fix raphael source file nameCheng-Han, Wu2016-04-202-2/+2
|
* Support experimental spell checking feature (en-US only), can be enabled by ↵Cheng-Han, Wu2016-04-202-0/+2
| | | | the YAML meta option
* Support import from gist, fix some minor typo and issuesCheng-Han, Wu2016-04-202-3/+30
|
* Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu2016-04-208-58/+259
| | | | note status (created or updated) and support docs (note alias)
* Updated to support ioniconsCheng-Han, Wu2016-04-203-0/+5
|
* Updated to support mermaid and moment use cdn sourceCheng-Han, Wu2016-04-202-4/+8
|
* Updated to support container syntax and stylesCheng-Han, Wu2016-03-152-0/+2
|
* Updated to support mathjax without cdnCheng-Han, Wu2016-03-152-8/+10
|
* Improved update last info methods, only change DOM when necessaryCheng-Han, Wu2016-03-151-1/+1
|
* Support mermaid in code block diagram and updated all diagram rendering ↵Cheng-Han, Wu2016-03-043-0/+4
| | | | method and styles
* Support export to and import from Google DriveCheng-Han, Wu2016-03-043-2/+33
|
* Updated and fixed mathjax parsing, now using full featured pluginCheng-Han, Wu2016-02-242-0/+2
|
* Fixed markdown-it include should use minified scriptCheng-Han, Wu2016-02-221-1/+1
|