- Launch external markdown editor (mdne) from standard detail view for editing the field.
- Render markdown fields in the standard detail view and standard print view.
- Click
Editbutton to launch the external editor (mdne). - Click
Reloadbutton to refresh the contents edit by external editor.
- kintone (>=Professional:en / >=Standard:jp)
- browser
- Google Chrome: latest
- Firefox: latest
Launch mdne (Markdown Neo Edit) as a external markdown editor for editing the fields.
- Please set the default list view.
See list-welcome.html.
See list-mdne.html.
- mdne-kintone-backend.js
- Please do not register the above URL directly. It is not a CDN URL.
- loading.js
- Please do not register the above URL directly. It is not a CDN URL.
No stylesheets needed.
No fields needed.
Customize the following application example.
https://kintone-sol.cybozu.co.jp/apps/005-gijiroku.html (๐ ่ญฐไบ้ฒ็ฎก็ App; Meeting Minutes App)
- https://unpkg.com/react@16/umd/react.production.min.js
- https://unpkg.com/react-dom@16/umd/react-dom.production.min.js
- https://unpkg.com/mdne@0.1.33/contents/assets/vendor/menneu-0.1.0/menneu.min.js
- user-app-config.js
- Please do not register the above URL directly. It is not a CDN URL.
- Please edit this file to show the button of the defined report.
- XLcCNs2aUCv93L7W__EDITOR_APP_ID
- XLcCNs2aUCv93L7W__EDITOR_VIEW_ID
- XLcCNs2aUCv93L7W__TARGET_FIELD_SETS
- user-app-events.js
- Please do not register the above URL directly. It is not a CDN URL.
user-app-config.js
const XLcCNs2aUCv93L7W__EDITOR_APP_ID = '18';
const XLcCNs2aUCv93L7W__EDITOR_VIEW_ID = '5118342';
const XLcCNs2aUCv93L7W__TARGET_FIELD_SETS = [{
textFieldCode: 'document',
displayFieldCode: 'document_display',
buttonFieldCode: 'document_buttons',
ext: 'md',
}, {
textFieldCode: 'decisions',
displayFieldCode: 'decisions_display',
buttonFieldCode: 'decisions_buttons',
ext: 'md',
}, {
textFieldCode: 'issues',
displayFieldCode: 'issues_display',
buttonFieldCode: 'issues_buttons',
ext: 'md',
}];- 51-modern-default.css
- Please do not register the above URL directly. It is not a CDN URL.
| Field Code | Caption | Value | Type | Required |
|---|---|---|---|---|
| title | ใฟใคใใซ | Textbox | ||
| date | ๆฅไป | Date | X | |
| flags | Flags | Important,Archived | Checkboxes | |
| ๅ ๅฎน | Label | |||
| document_buttons | BlankSpace | |||
| document | ๅ ๅฎน | Textarea | ||
| document_display | BlankSpace | |||
| ๆฑบๅฎไบ้ | Label | |||
| decisions_buttons | BlankSpace | |||
| decisions | ๆฑบๅฎไบ้ | Textarea | ||
| decisions_display | BlankSpace | |||
| ่ชฒ้ก | Label | |||
| issues_buttons | BlankSpace | |||
| issues | ่ชฒ้ก | Textarea | ||
| issues_display | BlankSpace | |||
| attendee | ๅๅ ่ | UserSelect | ||
| person_concerned | ๅๅ ่ ไปฅๅคใฎ้็ฅๅ | UserSelect | ||
| attachments | ่ณๆ | Attachements | ||
| ไฝๆ่ | ไฝๆ่ | creator | X | |
| ไฝๆๆฅๆ | ไฝๆๆฅๆ | createdDt | X | |
| ๆดๆฐ่ | ๆดๆฐ่ | modifier | X | |
| ๆดๆฐๆฅๆ | ๆดๆฐๆฅๆ | updatedDt | X |
- MIT
Copyright (c) 2019 Shellyl_N







