TankNee / Memocast

Yet another elegant Wiz Note Client, which was built with Quasar UI Framework and based on Electron.
https://tanknee.github.io/Memocast
MIT License
362 stars 33 forks source link

希望增加笔记外链分享功能 #168

Open SelfEnough opened 2 years ago

SelfEnough commented 2 years ago

又好看又简单实用,是我心中的理想型为知笔记,只差个写完以后分享出外链的功能了! 目前写完以后还需要打开网页版去右键分享,创建链接。稍微有点繁琐,要是这个客户端自己就能外链分享那简直太棒了。

对了 好像私有服务器不支持https登录,只能http

好像按了enter换行后就不支持Ctrl+Z撤销了 ,而且也不能多步撤销

TankNee commented 2 years ago

好像私有服务器不支持https登录,只能http

私有服务是支持 https 登录的。

好像按了enter换行后就不支持Ctrl+Z撤销了 ,而且也不能多步撤销

这是 muya 编辑器的问题,有时间我看看怎么修复。

分享外链的话可以在网页上操作,客户端我暂时没有添加的计划。

SelfEnough commented 2 years ago

分享外链的话可以在网页上操作,客户端我暂时没有添加的计划。

啊 太可惜了,因为现在有了笔记的外链分享后,基本上博客那边就不用更了,直接右键分享就能把文章分享出去看,少了这个功能还是有点可惜。

SelfEnough commented 2 years ago

好像私有服务器不支持https登录,只能http 私有服务是支持 https 登录的。 我 试了好几次。 http://domain.xyz:789 可以登录 https://domain.xyz:987 不可以 官方客户端,重构版客户端,lite客户端,网页端,甚至隔壁的wizplus 都是两个都能登录 只有这个不行

TankNee commented 2 years ago

不会啊,我一直用的就是https私服,肯定是可以的,估计是我http正则写的有问题,能不能提供一下测试的地址?


该邮件从移动设备发送

--------------原始邮件-------------- 发件人:"SelfEnough @.>; 发送时间:2021年10月29日(星期五) 下午3:36 收件人:"TankNee/Memocast" @.>; 抄送:"TankNee @.>;"Comment @.>; 主题:Re: [TankNee/Memocast] 希望增加笔记外链分享功能 (Issue #168)

好像私有服务器不支持https登录,只能http 私有服务是支持 https 登录的。 我 试了好几次。 http://domain.xyz:789 可以登录 https://domain.xyz:987 不可以 官方客户端,重构版客户端,lite客户端,网页端,甚至隔壁的wizplus 都是两个都能登录 只有这个不行

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

TankNee commented 2 years ago

收到,我晚上回去试试,现在在外头。


该邮件从移动设备发送

--------------原始邮件-------------- 发件人:"SelfEnough @.>; 发送时间:2021年10月29日(星期五) 下午3:48 收件人:"TankNee/Memocast" @.>; 抄送:"TankNee @.>;"Comment @.>; 主题:Re: [TankNee/Memocast] 希望增加笔记外链分享功能 (Issue #168)

不会啊,我一直用的就是https私服,肯定是可以的,估计是我http正则写的有问题,能不能提供一下测试的地址? https://aya.52diudiu.com:9876/ http://aya.52diudiu.com:6789/ @.*** 123456

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

TankNee commented 2 years ago

你把URL最后的/删掉试试。


该邮件从移动设备发送

--------------原始邮件-------------- 发件人:"SelfEnough @.>; 发送时间:2021年10月29日(星期五) 下午3:48 收件人:"TankNee/Memocast" @.>; 抄送:"TankNee @.>;"Comment @.>; 主题:Re: [TankNee/Memocast] 希望增加笔记外链分享功能 (Issue #168)

不会啊,我一直用的就是https私服,肯定是可以的,估计是我http正则写的有问题,能不能提供一下测试的地址? https://aya.52diudiu.com:9876/ http://aya.52diudiu.com:6789/ @.*** 123456

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

SelfEnough commented 2 years ago

你把URL最后的/删掉试试。 一样,你看截图 截图里 就是没有/的 提示网络请求错误 还http的就能登录

TankNee commented 2 years ago

嗯..那估计就是加了端口的问题了。


该邮件从移动设备发送

--------------原始邮件-------------- 发件人:"SelfEnough @.>; 发送时间:2021年10月29日(星期五) 下午3:52 收件人:"TankNee/Memocast" @.>; 抄送:"TankNee @.>;"Comment @.>; 主题:Re: [TankNee/Memocast] 希望增加笔记外链分享功能 (Issue #168)

你把URL最后的/删掉试试。

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

TankNee commented 2 years ago

还能这样...你打开devtools看看,Ctrl shift p


该邮件从移动设备发送

--------------原始邮件-------------- 发件人:"SelfEnough @.>; 发送时间:2021年10月29日(星期五) 下午3:55 收件人:"TankNee/Memocast" @.>; 抄送:"TankNee @.>;"Comment @.>; 主题:Re: [TankNee/Memocast] 希望增加笔记外链分享功能 (Issue #168)

嗯..那估计就是加了端口的问题了。 奇怪的是 同样是加端口,HTTP的可以 https://aya.52diudiu.com:9876 不行 http://aya.52diudiu.com:6789 却可以

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

SelfEnough commented 2 years ago

还能这样...你打开devtools看看,Ctrl shift p image

TankNee commented 2 years ago

了解了


该邮件从移动设备发送

--------------原始邮件-------------- 发件人:"SelfEnough @.>; 发送时间:2021年10月29日(星期五) 下午4:02 收件人:"TankNee/Memocast" @.>; 抄送:"TankNee @.>;"Comment @.>; 主题:Re: [TankNee/Memocast] 希望增加笔记外链分享功能 (Issue #168)

还能这样...你打开devtools看看,Ctrl shift p

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

TankNee commented 2 years ago

我查了一下运行日志。

[2021-10-29 18:34:55.884] [error] {
  message: 'certificate has expired',
  name: 'Error',
  stack: 'Error: certificate has expired\n' +
    '    at TLSSocket.onConnectSecure (_tls_wrap.js:1321:34)\n' +
    '    at TLSSocket.emit (events.js:223:5)\n' +
    '    at TLSSocket._finishInit (_tls_wrap.js:794:8)\n' +
    '    at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:608:12)',
  config: {
    url: 'https://domain.com:9876/as/user/login',
    method: 'post',
    headers: {
      Accept: 'application/json, text/plain, */*',
      'Content-Type': 'application/json;charset=utf-8',
      'User-Agent': 'axios/0.21.1',
      'Content-Length': 84
    },

应该是你的网站证书过期了,续签证书即可。

SelfEnough commented 2 years ago

应该是你的网站证书过期了,续签证书即可。 惭愧。。。果然是。。感谢!可以了!