summaryrefslogtreecommitdiff
path: root/public/views/codimd/header.ejs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-25Move upload button into toolbarSheogorath1-6/+0
Currently we have the odd situation to have two toolbars. One inside the header and one in the editor. Since we only show the image upload button when the editor is visible we should move the upload button into the editor toolbar. This patch does this by adding the image upload button besides the image tag button. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-11-07Fix menu for github and dropboxCédric Couralet1-4/+4
Signed-off-by: Cédric Couralet <cedric.couralet@gmail.com>
2018-11-07Fix menu when gitlab is enabledCédric Couralet1-6/+6
Signed-off-by: Cédric Couralet <cedric.couralet@gmail.com>
2018-11-03removing global site layout vars from individual routers, putting them into ↵Claudius1-3/+3
app.local Signed-off-by: Claudius <opensource@amenthes.de>
2018-10-04Add rel="noopener" to target="_blank" linksSheogorath1-8/+8
The noopener construct protects from some nasty clickjacking attacks. We can apply them savely to all our links since we don't rely on the previously used page. Some more details: https://mathiasbynens.github.io/rel-noopener/ Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-06-24Rename HackMD view to CodiMDSheogorath1-0/+0
Even when it looks a bit weird in first place to rename all internals step by step, it makes sense to do so, because we run into confusion afterwards. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-06-24Rebrand HackMD to CodiMDSheogorath1-1/+1
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-05-16Removing google drive integrationSheogorath1-10/+2
It's sad but it's not working. For multiple releases this should be already broken which shows how often it's used. As there is also a security issue related to that, it's better to remove the feature completely. Whoever wants to rewrite it, feel free to go. This commit removes the Google Drive integration from HackMD's Frontend editor and this way removes the need to provide any API key and Client ID in the frontend. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-05-16Revert "Workaround Google API problems"Christoph (Sheogorath) Kern1-1/+9
2018-05-01Remove Google Upload from UISheogorath1-9/+1
This temporarily removes the Upload from the UI as it's broken right now. Needs a refactoring and can be added in again later on by undoing this commit. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-03-25Change config to camel case with backwards compatibilitySheogorath1-2/+2
This refactors the configs a bit to now use camel case everywhere. This change should help to clean up the config interface and make it better understandable. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-01-05:sparkles: Implemented dark theme.Edoardo Odorico1-0/+5
Signed-off-by: Edoardo Odorico <edoubuntu@gmail.com>
2017-10-31Fix allowpdfexport handling on error pageSheogorath1-2/+2
2017-10-25Adds PDF export via configgeekyd1-4/+8
2017-10-18Hides empty export sectiongeekyd1-0/+4
2017-04-18Fix indent in views, shouldn't mix tabs with spacesPeter Dave Hello1-1/+1
2017-03-14Add config option for gitlab api scope and auto adapt gitlab snippet feature ↵Wu Cheng-Han1-4/+4
on it
2017-01-21Refactor templates and rearrange its pathWu Cheng-Han1-0/+0
2016-09-18Update edit and publish icon and change toggle icon to make it ↵Wu Cheng-Han1-8/+8
straightforward, and add shortcut key reminder in modes' title
2016-08-19Add support of i18n with related patches and support "en" and "zh" locales ↵Wu Cheng-Han1-26/+26
for now
2016-08-15Fix header nav bar rwd detect element should use div tag or it might glitch ↵Wu Cheng-Han1-2/+2
the layout
2016-07-30Update bootstrap to 3.3.7 and jQuery to 3.1.0 with related patchesWu Cheng-Han1-4/+4
2016-07-02Update header toolbar menu to remove beta section and add extra sectionWu Cheng-Han1-10/+10
2016-06-17Update header dropdown class to make it scrollable on smaller viewport heightCheng-Han, Wu1-1/+1
2016-06-17Add support of exporting raw htmlCheng-Han, Wu1-0/+4
2016-06-17Add revision modal with UIs and support to mark patch diff textsCheng-Han, Wu1-0/+4
2016-06-01Fix home button link broken in header templateCheng-Han, Wu1-1/+1
2016-05-15Fix export snippet should check data before sending request and fix some ↵Cheng-Han, Wu1-4/+4
code styles
2016-05-15Update to move dropbox app key setting to common.js and will auto load ↵Cheng-Han, Wu1-20/+0
client-side related scripts
2016-05-12Enable snippet exporting.Jason Croft1-2/+2
2016-05-11Check to make sure GitLab is configured before showing import option.Jason Croft1-0/+4
2016-05-11Add help and help modal with contacts, documents, cheatsheetCheng-Han, Wu1-4/+4
2016-05-11Try to fix potential toolbar layout glitchCheng-Han, Wu1-2/+2
2016-05-09Add GitLab options.Jason Croft1-0/+12
2016-05-09Fix possible glitch of layoutCheng-Han, Wu1-1/+1
2016-04-23Fix google drive configJannik Lorenz1-6/+6
2016-04-23Hide Dropbox and Google Drive in Import/ Export when disabledJannik Lorenz1-2/+22
2016-04-22Fix home href link should specify root pathCheng-Han, Wu1-1/+1
2016-04-20Support import from gist, fix some minor typo and issuesCheng-Han, Wu1-0/+4
2016-04-20Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu1-1/+5
note status (created or updated) and support docs (note alias)
2016-03-04Support export to and import from Google DriveCheng-Han, Wu1-0/+8
2016-02-16Support set url path and use relative url, move raphael to bower and fixed ↵Cheng-Han, Wu1-3/+3
minor issue in history
2016-01-31Supported export to gistCheng-Han, Wu1-0/+4
2015-12-18Updated slide modeWu Cheng-Han1-9/+14
2015-11-23Add Slide Modexnum1-1/+8
using reveal.js and some part of reveal-md
2015-09-25Added support of export to HTML, and changed the navbar menu for consistencyWu Cheng-Han1-8/+14
2015-09-25Added support of print and unselectable styles, updated vimeo and youtube ↵Wu Cheng-Han1-3/+3
parsing method for this
2015-09-22Fixed navbar might too tall issueWu Cheng-Han1-2/+2
2015-07-06Change note action "share" to "publish" to avoid misleadingWu Cheng-Han1-3/+3
2015-07-02Jump to 0.3.1Wu Cheng-Han1-3/+9