mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Desktop: Fixes #7605: Hyperlink insertion no longer works in Markdown editor
This commit is contained in:
parent
c31622f286
commit
3367b52b53
@ -1,4 +1,10 @@
|
||||
const smalltalk = require('smalltalk/bundle');
|
||||
import Logger from '@joplin/lib/Logger';
|
||||
|
||||
// Can't upgrade beyond 2.x because it doesn't work with Electron. If trying to
|
||||
// upgrade again, check that adding a link from the CodeMirror editor works/
|
||||
const smalltalk = require('smalltalk');
|
||||
|
||||
const logger = Logger.create('dialogs');
|
||||
|
||||
class Dialogs {
|
||||
async alert(message: string, title = '') {
|
||||
@ -10,6 +16,7 @@ class Dialogs {
|
||||
await smalltalk.confirm(title, message, options);
|
||||
return true;
|
||||
} catch (error) {
|
||||
logger.error(error);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
@ -21,6 +28,7 @@ class Dialogs {
|
||||
const answer = await smalltalk.prompt(title, message, defaultValue, options);
|
||||
return answer;
|
||||
} catch (error) {
|
||||
logger.error(error);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
@ -170,7 +170,7 @@
|
||||
"redux": "4.2.0",
|
||||
"reselect": "4.1.7",
|
||||
"roboto-fontface": "0.10.0",
|
||||
"smalltalk": "4.1.1",
|
||||
"smalltalk": "2.5.1",
|
||||
"sqlite3": "5.1.4",
|
||||
"styled-components": "5.3.6",
|
||||
"styled-system": "5.1.5",
|
||||
|
@ -80,13 +80,15 @@ async function main() {
|
||||
|
||||
const files = [
|
||||
'@fortawesome/fontawesome-free/css/all.min.css',
|
||||
'react-datetime/css/react-datetime.css',
|
||||
'smalltalk/css/smalltalk.css',
|
||||
'roboto-fontface/css/roboto/roboto-fontface.css',
|
||||
'codemirror/lib/codemirror.css',
|
||||
'codemirror/addon/dialog/dialog.css',
|
||||
'@joeattardi/emoji-button/dist/index.js',
|
||||
'codemirror/addon/dialog/dialog.css',
|
||||
'codemirror/lib/codemirror.css',
|
||||
'mark.js/dist/mark.min.js',
|
||||
'react-datetime/css/react-datetime.css',
|
||||
'roboto-fontface/css/roboto/roboto-fontface.css',
|
||||
'smalltalk/css/smalltalk.css',
|
||||
'smalltalk/img/IDR_CLOSE_DIALOG_H.png',
|
||||
'smalltalk/img/IDR_CLOSE_DIALOG.png',
|
||||
{
|
||||
src: resolve(__dirname, '../../lib/services/plugins/sandboxProxy.js'),
|
||||
dest: `${buildLibDir}/@joplin/lib/services/plugins/sandboxProxy.js`,
|
||||
|
44
yarn.lock
44
yarn.lock
@ -3253,16 +3253,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@cloudcmd/create-element@npm:^2.0.0":
|
||||
version: 2.0.2
|
||||
resolution: "@cloudcmd/create-element@npm:2.0.2"
|
||||
dependencies:
|
||||
currify: ^4.0.0
|
||||
fullstore: ^3.0.0
|
||||
checksum: cb1ee97980266326289df56f6d2639eaf9ca5180ef4d2d3cf9f0efbb196b66da31d3aca4bbe500f90cf17d8a4a4411b4468950d774dd50401619c6dc83cf2b51
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@cnakazawa/watch@npm:^1.0.3":
|
||||
version: 1.0.4
|
||||
resolution: "@cnakazawa/watch@npm:1.0.4"
|
||||
@ -4749,7 +4739,7 @@ __metadata:
|
||||
redux: 4.2.0
|
||||
reselect: 4.1.7
|
||||
roboto-fontface: 0.10.0
|
||||
smalltalk: 4.1.1
|
||||
smalltalk: 2.5.1
|
||||
sqlite3: 5.1.4
|
||||
styled-components: 5.3.6
|
||||
styled-system: 5.1.5
|
||||
@ -13081,10 +13071,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"currify@npm:^4.0.0":
|
||||
version: 4.0.0
|
||||
resolution: "currify@npm:4.0.0"
|
||||
checksum: a0b1ded58985cd5f9ec08b8ca2b9307c7c379504ff8edfe68be69e368108c14384d63a28ae3ac3591e05287ae06261243ea812e137ed91b165bcbc7f725b9cac
|
||||
"currify@npm:^2.0.3":
|
||||
version: 2.0.6
|
||||
resolution: "currify@npm:2.0.6"
|
||||
checksum: c145dde3a97368beac34d5e39bb33199602ad737a1d9af81efe1bc2d213ceb949486c0dcad3f564e807713ba17a97353398e48de3466262b979134e82ce52ae6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -15429,7 +15419,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"es6-promise@npm:^4.0.3":
|
||||
"es6-promise@npm:^4.0.3, es6-promise@npm:^4.1.1":
|
||||
version: 4.2.8
|
||||
resolution: "es6-promise@npm:4.2.8"
|
||||
checksum: 95614a88873611cb9165a85d36afa7268af5c03a378b35ca7bda9508e1d4f1f6f19a788d4bc755b3fd37c8ebba40782018e02034564ff24c9d6fa37e959ad57d
|
||||
@ -17183,10 +17173,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"fullstore@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "fullstore@npm:3.0.0"
|
||||
checksum: 3a84de9d9133eaa0b19a0ab8062d602bae565be0fde404911c5a77306cff368549a19e27abd39aac119526dde30dcef74e575d8ac878b579ee539bc2bf32163a
|
||||
"fullstore@npm:^1.0.0":
|
||||
version: 1.1.0
|
||||
resolution: "fullstore@npm:1.1.0"
|
||||
checksum: 372bfdc0742ca010abee737e7c7522b5b31abe41812a785392bf8e941c3ca14c04b9716b3358ce0a75f1afa20d0656a984d89fa6985dcde2445ca8b42ff8d9fb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -30162,14 +30152,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"smalltalk@npm:4.1.1":
|
||||
version: 4.1.1
|
||||
resolution: "smalltalk@npm:4.1.1"
|
||||
"smalltalk@npm:2.5.1":
|
||||
version: 2.5.1
|
||||
resolution: "smalltalk@npm:2.5.1"
|
||||
dependencies:
|
||||
"@cloudcmd/create-element": ^2.0.0
|
||||
currify: ^4.0.0
|
||||
fullstore: ^3.0.0
|
||||
checksum: 80a2f749149696f54472bfdfd92362f49304fd6d3d8bcd4ca5f95e651a78758c4b4157be1b45a81cadeb5f1a700397cbb86d3d056269f5b7782007fce16f40da
|
||||
currify: ^2.0.3
|
||||
es6-promise: ^4.1.1
|
||||
fullstore: ^1.0.0
|
||||
checksum: 17a7f8acde9bed94cd83ac089d60f30368b76a5a43025f506b6ce3e99a8549c7533c914ddbaad0fb0ddc068799c441be9df4d827f3d48bc09794fe08aaa6afd1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user