You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Doc: Display Joplin Cloud links
This commit is contained in:
		| @@ -44,7 +44,7 @@ | ||||
|     "updateIgnored": "gulp updateIgnoredTypeScriptBuild", | ||||
|     "updatePluginTypes": "./packages/generator-joplin/updateTypes.sh", | ||||
|     "watch": "lerna run watch --stream --parallel", | ||||
|     "watchWebsite": "nodemon --verbose --watch Assets/WebsiteAssets --watch packages/tools/website/build.js --ext md,ts,js,mustache,css,tsx,gif,png,svg --exec \"node packages/tools/website/build.js && http-server docs -a localhost\"", | ||||
|     "watchWebsite": "nodemon --verbose --watch Assets/WebsiteAssets --watch packages/tools/website/build.js --ext md,ts,js,mustache,css,tsx,gif,png,svg --exec \"node packages/tools/website/build.js && http-server --port 8077 docs -a localhost\"", | ||||
|     "i": "lerna add --no-bootstrap --scope" | ||||
|   }, | ||||
|   "husky": { | ||||
|   | ||||
| @@ -74,7 +74,7 @@ function defaultTemplateParams(): TemplateParams { | ||||
| 		forumUrl: 'https://discourse.joplinapp.org/', | ||||
| 		showToc: true, | ||||
| 		showImproveThisDoc: true, | ||||
| 		showJoplinCloudLinks: false, | ||||
| 		showJoplinCloudLinks: true, | ||||
| 		navbar: { | ||||
| 			isFrontPage: false, | ||||
| 		}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user