summaryrefslogtreecommitdiff
path: root/public/views/html.hbs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Templates: Remove lang and add translation parameterPhilip Molares2021-03-161-2/+2
| | | | | | | | | | | Since the interface is not always in english, we mostly removed the lang attribute from all html tags. Since the error messages in error.ejs are not translated, but always in english, there the global lang="en" should be kept. Also in the slide and editor template the div, which contains the user generated text, has the attribute translate="no" now, to avoid unwanted translations. Since on the publish view (pretty.ejs) only the user generated content is shown, we set the lang to the language defined in yaml (or 'en') as a default, but that was also moved to the corresponding markdown div instead of html. Fixes #881 See also #437 Signed-off-by: Philip Molares <philip.molares@udo.edu>
* Fixed shortcut icon urls pointing to old (nonexistent) filesErik Michelson2020-11-271-2/+6
| | | | Signed-off-by: Erik Michelson <github@erik.michelson.eu>
* Update jQuery to version 3.4.1Sheogorath2019-05-061-1/+1
|
* Update bootstrap from 3.3.7 to 3.4.0Sheogorath2019-01-111-2/+2
| | | | | | | | | | | | | Seems like finally there is a new bootstrap version for old version 3. This patch implements this new version with CodiMD and this way fixes some possible security issues in the frontend code. See: https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-72889 https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-72890 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Remove dead package octiconSheogorath2018-10-101-1/+0
| | | | | | | | Octicon no longer provides its CSS classes and this way is useless in CodiMD. Replacing all used classes in the UI and remove it from build system. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Replace font-awesome with fork-awesomeSheogorath2018-10-051-1/+1
| | | | | | | | | | This patch replaces font-awesome with its fork called fork-awesome. Besides the fact that the newer versions of font-awesome can't be shipped with distros like debian due to license issues, fork-awesome also provides more FOSS related icons and builds on top of version 4.7.x of font-awesome, which we used until this patch. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update highlight.jsSheogorath2018-06-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Update to octicon 4.4.0Sheogorath2018-06-301-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Fix to implement toggle of TOC in HTML templateWu Cheng-Han2017-05-091-0/+23
|
* Update dependency gist-embed to 2.6.0Wu Cheng-Han2016-11-261-1/+1
|
* Optimize slide page resource packing and load orders, fix possible wrong ↵Wu Cheng-Han2016-11-261-1/+1
| | | | chunks orders and font awesome version
* Fix slide highlighting styles not apply properly and add missing styles ↵Wu Cheng-Han2016-11-041-0/+1
| | | | dependency of prism in html export
* Use CDNJS by default with https and SRI supportPeter Dave Hello2016-10-231-13/+13
|
* Fix export html highlight style source is missing and should load emojify ↵Wu Cheng-Han2016-10-141-1/+2
| | | | styles from CDN
* Update npm and bower dependencies with related patchWu Cheng-Han2016-10-101-2/+2
|
* Fix toc id naming to avoid overlap with user tocWu Cheng-Han2016-08-151-4/+4
|
* Update bower dependencies and cdn versionWu Cheng-Han2016-07-301-1/+1
|
* Update bootstrap to 3.3.7 and jQuery to 3.1.0 with related patchesWu Cheng-Han2016-07-301-6/+6
|
* Update gist-embed to 2.5 and using bower to manage itWu Cheng-Han2016-07-131-1/+1
|
* Remove robot meta on note edit page and html template, add prevent crawling ↵Cheng-Han, Wu2016-06-211-1/+0
| | | | header to enhance note privacy
* Update all client dependencies and cdn versions, workaround sequence-diagram ↵Cheng-Han, Wu2016-06-171-4/+4
| | | | svg to be resizable
* Update font-awesome to 4.6.2Cheng-Han, Wu2016-05-111-1/+1
|
* Update to support octicon and change header anchor stylesCheng-Han, Wu2016-04-201-0/+1
|
* Updated to support ioniconsCheng-Han, Wu2016-04-201-0/+1
|
* Support set url path and use relative url, move raphael to bower and fixed ↵Cheng-Han, Wu2016-02-161-2/+2
| | | | minor issue in history
* Support show last change user with profile and support YAML config inside ↵Wu Cheng-Han2016-01-121-1/+2
| | | | the note with robots, lang, dir, breaks options
* Added polypill for IE supportWu Cheng-Han2016-01-121-0/+7
|
* Updated some lib versions in cdnsWu Cheng-Han2015-12-101-4/+4
|
* Added support of export to HTML, and changed the navbar menu for consistencyWu Cheng-Han2015-09-251-0/+166