Skip to content

Commit

Permalink
Internationalization this app
Browse files Browse the repository at this point in the history
  • Loading branch information
ACTom committed Oct 21, 2018
1 parent d966a16 commit aec0e21
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(CURDIR)/../../key
version+=0.0.6
version+=0.0.7

all: appstore

Expand Down
25 changes: 21 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,36 @@
## Mind map for Nextcloud
# Mind map for Nextcloud

This application enables Nextcloud users to open, save and edit mind map files in the web browser.
App icon by [Icons8](https://icons8.com) and mind map powered by [KityMinder Editor](https://github.com/fex-team/kityminder-editor).

## How to use
1. Install app
2. Click New button in Nextcloud file page
3. Choose "New mind map file"

You can also click a .km file to edit.

## Contribute
translate: Go to [https://github.com/ACTom/kityminder-editor](https://github.com/ACTom/kityminder-editor), and translate strings in l10n directory.

# 中文说明
这是Nextcloud的一个思维导图应用,它可以让用户在浏览器中打开、编辑、保存思维导图文件,应用的图标来自于[Icons8](https://icons8.com),应用核心显示模块采用[KityMinder Editor](https://github.com/fex-team/kityminder-editor)

# 应用截图
## 如何使用
1. 安装应用
2. 点击Nextcloud 文件界面的新建按钮
3. 选择"新建思维导图文件"

你也可以直接点击一个.km文件来编辑。

## 应用截图
![截图1](https://raw.githubusercontent.com/ACTom/files_mindmap/master/screenshots/1.png)

![截图2](https://raw.githubusercontent.com/ACTom/files_mindmap/master/screenshots/2.png)

![截图3](https://raw.githubusercontent.com/ACTom/files_mindmap/master/screenshots/3.png)

# 计划
* 本地图片上传并编码至km文件
## 计划
* 本地图片上传并编码至km文件(已完成)
* 多标签页思维导图kmp格式支持
* xmind格式支持
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Mind Map</name>
<summary>A Mind map editor</summary>
<description><![CDATA[This application enables Nextcloud users to open, save and edit mind map files in the web browser. If enabled, an entry in the New button at the top of the web browser the Mindmap file entry appears. When clicked, a new mindmap file opens in the browser and the file can be saved into the current Nextcloud directory.]]></description>
<version>0.0.6</version>
<version>0.0.7</version>
<licence>agpl</licence>
<author mail="i@actom.me" homepage="https://actom.me">Jingtao Yan</author>
<namespace>Files_MindMap</namespace>
Expand Down
2 changes: 1 addition & 1 deletion js/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ redirectIfNotDisplayedInFrame();
var self = this;
angular.module('mindmap', ['kityminderEditor'])
.config(function (configProvider) {
configProvider.set('defaultLang', lang);
configProvider.set('lang', lang);
})
.controller('MainController', function($scope) {
$scope.initEditor = function(editor, minder) {
Expand Down
Binary file modified vendor/kityminder-editor/images/iconpriority.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vendor/kityminder-editor/images/iconprogress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vendor/kityminder-editor/images/icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vendor/kityminder-editor/images/template.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vendor/kityminder-editor/kityminder.editor.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions vendor/kityminder-editor/kityminder.editor.min.js

Large diffs are not rendered by default.

0 comments on commit aec0e21

Please sign in to comment.