summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tiny correction to url. also adding RSS feed.Claudius Coenen2019-04-041-2/+2
|
* Update community call URLSheogorath2019-04-031-1/+1
| | | | | | | | | | We have a discourse forum and since it's the place for all kinds of community organisation, this should be used for organising the community calls. This patch updates the link to the new topic in the forum. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* more ways to engage with the community added to the readmeClaudius2019-04-031-7/+20
| | | | Signed-off-by: Claudius <opensource@amenthes.de>
* Merge pull request #22 from SISheogorath/feature/newScreenshotChristoph (Sheogorath) Kern2019-04-021-0/+0
|\ | | | | Add new screenshot
| * Add new screenshotSheogorath2019-04-011-0/+0
|/ | | | | | | | | | | | The old screenshot is quite dated since it's from the earlier days of HackMD. But we developed a lot in the recent years. Changed the name, added a toolbar, moved buttons, and so on. This patch should represent those changes in the front page. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Add missing space to footerHenrik Hüttemann2019-04-011-1/+1
| | | | Signed-off-by: Henrik "HerHde" Hüttemann <mail@herh.de>
* minor fixes to internal links in documentationClaudius2019-04-012-12/+12
|
* Merge pull request #15 from ccoenen/feature/documentation-overhaulClaudius Coenen2019-04-0168-546/+1049
|\ | | | | Documentation overhaul
| * moving code of conduct into its own file for better discoverabilityClaudius2019-04-012-39/+40
| | | | | | | | Signed-off-by: Claudius <opensource@amenthes.de>
| * breaking up config docs into sectionsClaudius2019-04-012-76/+292
| | | | | | | | Signed-off-by: Claudius <opensource@amenthes.de>
| * striving for consistency across various docsClaudius2019-04-0127-171/+175
| | | | | | | | Signed-off-by: Claudius <opensource@amenthes.de>
| * integrating information from the old wikiClaudius2019-04-013-4/+211
| | | | | | | | Signed-off-by: Claudius <opensource@amenthes.de>
| * removing doctoc, which is no longer being usedClaudius2019-04-012-10/+1
| | | | | | | | Signed-off-by: Claudius <opensource@amenthes.de>
| * splitting README.md into files in /docs for better readabilityClaudius2019-04-0156-374/+458
|/ | | | Signed-off-by: Claudius <opensource@amenthes.de>
* Merge pull request #9 from SISheogorath/feature/moveUploadChristoph (Sheogorath) Kern2019-03-315-23/+13
|\ | | | | Move upload button into toolbar
| * Move upload button into toolbarSheogorath2019-03-255-23/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #14 from SISheogorath/fix/LICENSEChristoph (Sheogorath) Kern2019-03-311-3/+10
|\ \ | | | | | | Fix LICENSE content
| * | Fix LICENSE contentSheogorath2019-03-311-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | It seems like the license was never correctly filled. This patch updates the LICENSE file to represent members of the community and major code contributors. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Merge pull request #13 from ccoenen/feature/heroku-cleanupClaudius Coenen2019-03-313-51/+33
|\ \ \ | | | | | | | | cleanup of the heroku configuration
| * | | cleanup of the heroku configurationClaudius2019-03-313-51/+33
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | this removes the general `postinstall` call to `bin/heroku` and instead puts it into a heroku-prebuild hook. At the same time, env vars get updated to use the `CMD` prefix. The configured buildpacks were not used. Finally, npm run build is now automatically done by Heroku. Signed-off-by: Claudius <opensource@amenthes.de>
* | | Merge pull request #7 from SISheogorath/feature/libravatarChristoph (Sheogorath) Kern2019-03-312-3/+3
|\ \ \ | | | | | | | | Use libravatar as drop-in replacement for gravatar
| * | | Use libravatar as drop-in replacement for gravatarSheogorath2019-03-172-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since libravatar got a default fallback to Gravatar and in generell allows federated image hosting for avatars this shouldn't break any existing implementations. The federation functionality is not added yet. This would require to use the libravatar library. Details: https://wiki.libravatar.org/api/ Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | | Merge pull request #8 from SISheogorath/fix/languagesChristoph (Sheogorath) Kern2019-03-311-6/+6
|\ \ \ \ | |_|/ / |/| | | Fix capital letters in language selection
| * | | Fix capital letters in language selectionSheogorath2019-03-241-6/+6
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Vladan[1] gave a hint about some minor problems with the capitalization of language names. This patch should fix most of them. and removes some "language" prefix and suffixes which are not needed to make clear what people are selecting here. [1]: https://github.com/cvladan Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Release version 1.3.2Sheogorath2019-03-292-1/+11
| | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Fix logo URL in app.jsonSheogorath2019-03-291-1/+1
| | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Fix button background colorSheogorath2019-03-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When introducing night mode the rule for the background of the view switches seems to be generated from the view button. This patch should change the introduced rule to fix for all default buttons. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Update maintainers in package.jsonSheogorath2019-03-291-3/+4
| | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Add note about changing the upstream repositorySheogorath2019-03-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | People who want to get the latest and greatest version of CodiMD should be aware of the repository change. This upgrade note, will hopefully help. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Fix container image linksSheogorath2019-03-281-2/+2
| | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Fix some remaining references to the old repositorySheogorath2019-03-282-4/+4
| | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Update links to new repositoriesSheogorath2019-03-2710-23/+23
|/ / | | | | | | | | | | | | | | | | | | | | | | After a long discussion, it turned out that CodiMD as community project and HackMD as a company, have fundamental different views on the project governance. Due to this, it came to point where the decision for a fork was made. After the fork and move towards an own organisation, this patch updates all links inside the project to the new repositories. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Release version 1.3.1Sheogorath2019-03-232-1/+26
| | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Update yarn.lockSheogorath2019-03-231-222/+241
| | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Update ja.json (POEditor.com)Christoph (Sheogorath) Kern2019-03-201-1/+3
| |
* | Update it.json (POEditor.com)Christoph (Sheogorath) Kern2019-03-201-1/+3
| |
* | Update id.json (POEditor.com)Christoph (Sheogorath) Kern2019-03-201-1/+5
| |
* | Update fr.json (POEditor.com)Christoph (Sheogorath) Kern2019-03-201-12/+14
| |
* | Update nl.json (POEditor.com)Christoph (Sheogorath) Kern2019-03-201-3/+5
| |
* | Merge pull request #1158 from SISheogorath/feature/serbianLanguageChristoph (Sheogorath) Kern2019-03-163-1/+119
|\ \ | | | | | | Add serbian language
| * | Add serbian languageSheogorath2019-03-043-1/+119
| | | | | | | | | | | | | | | | | | | | | | | | Thanks for the work of the translator Vladan we got a serbian translation added! Those few changes will add serbian language support for future CodiMD releases. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Merge pull request #1166 from SISheogorath/fix/exportEmojisChristoph (Sheogorath) Kern2019-03-131-1/+1
|\ \ \ | |_|/ |/| | Fix broken HTML export with emojis
| * | Fix broken HTML export with emojisSheogorath2019-03-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | HTML export was broken due to missing alt-attribute for emojis. This patch adds the old alt-element style and restores the exportability this way. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Fix possible order changes for 'Powered by' in other languagesSheogorath2019-03-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Since not all languages use the same word oder and we run into potential issues, where the translation of powered by need to add something after the CodiMD link, this should give us the needed flexiblity. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Merge pull request #1076 from SISheogorath/fix/translationChristoph (Sheogorath) Kern2019-03-103-10/+12
|\ \ \ | |/ / |/| | Add some missing translations
| * | Add some missing translationsSheogorath2018-11-233-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | There are some places in our code that made it to be not translated. This patch fixes some small translation problems and adds some static strings in templates to translation. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Merge pull request #1131 from SISheogorath/fix/gitlabSnippetsChristoph (Sheogorath) Kern2019-03-091-1/+1
|\ \ \ | | | | | | | | Fix shown but broken GitLab snippets
| * | | Fix shown but broken GitLab snippetsSheogorath2019-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To provide a GitLab integration we need the GitLab integration to be configured. Otherwise we shouldn't show the Snippet button. This patch adds the requirement to the variable that decides if the import from snippets button shows up or not. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | | Merge pull request #1163 from SISheogorath/fix/googleAuthChristoph (Sheogorath) Kern2019-03-091-1/+2
|\ \ \ \ | |/ / / |/| | | Add required change for Google+ API deprecation
| * | | Add required change for Google+ API deprecationSheogorath2019-03-091-1/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Google+ is shutting down soon, we need to get the profile data from another URL. Since the library already supports it, all we need to do is adding a single line of code. Details: https://github.com/hackmdio/codimd/issues/1160 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>