1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-23 23:33:01 +02:00

Cli: Support managing shared notebooks (#12637)

This commit is contained in:
Henry Heino
2025-07-01 14:47:03 -07:00
committed by GitHub
parent 41553eb963
commit 901fe73c08
18 changed files with 599 additions and 23 deletions

View File

@@ -7,7 +7,6 @@ import * as editAlarm from './editAlarm';
import * as exportPdf from './exportPdf';
import * as gotoAnything from './gotoAnything';
import * as hideModalMessage from './hideModalMessage';
import * as leaveSharedFolder from './leaveSharedFolder';
import * as linkToNote from './linkToNote';
import * as moveToFolder from './moveToFolder';
import * as newFolder from './newFolder';
@@ -56,7 +55,6 @@ const index: any[] = [
exportPdf,
gotoAnything,
hideModalMessage,
leaveSharedFolder,
linkToNote,
moveToFolder,
newFolder,