mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
All: Finished Welcome notebook
This commit is contained in:
parent
6f2253b2f4
commit
dd4b46a88b
File diff suppressed because one or more lines are too long
@ -28,6 +28,7 @@ const itemMetadata_ = {
|
|||||||
'AllClients.png': { id: '5c05172554194f95b60971f6d577cc1a' },
|
'AllClients.png': { id: '5c05172554194f95b60971f6d577cc1a' },
|
||||||
'SubNotebooks.png': { id: '3a851ab0c0e849b7bc9e8cd5c4feb34a' },
|
'SubNotebooks.png': { id: '3a851ab0c0e849b7bc9e8cd5c4feb34a' },
|
||||||
'folder_Welcome': { id: '9bb5d498aba74cc6a047cfdc841e82a1' },
|
'folder_Welcome': { id: '9bb5d498aba74cc6a047cfdc841e82a1' },
|
||||||
|
'WebClipper.png': { id: '30cf9214f5054c4da3b23eed7211a6e0' },
|
||||||
};
|
};
|
||||||
|
|
||||||
function itemMetadata(path) {
|
function itemMetadata(path) {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Welcome to Joplin! 🗒️
|
# Welcome to Joplin! 🗒️
|
||||||
|
|
||||||
Joplin is a free, open source note taking and to-do application, which helps you write and organise your notes, and synchronise them between your devices. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in [Markdown format](https://joplin.cozic.net/#markdown). Joplin is available as **💻desktop**, **📱mobile** and **🔡terminal** applications.
|
Joplin is a free, open source note taking and to-do application, which helps you write and organise your notes, and synchronise them between your devices. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in [Markdown format](https://joplin.cozic.net/#markdown). Joplin is available as **💻 desktop**, **📱 mobile** and **🔡 terminal** applications.
|
||||||
|
|
||||||
The notes in this notebook give an overview of what Joplin can do and how to use it. In general the three applications share roughly the same functionalities, and they are not the differences will be clearly indicated.
|
The notes in this notebook give an overview of what Joplin can do and how to use it. In general the three applications share roughly the same functionalities, and they are not the differences will be clearly indicated.
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# Tips 💡
|
# Tips 💡
|
||||||
|
|
||||||
The first few notes should have given you an overview of the main functionalities in Joplin, but there's more it can do. See below for some of these features and how to get more help using the app:
|
The first few notes should have given you an overview of the main functionalities of Joplin, but there's more it can do. See below for some of these features and how to get more help using the app:
|
||||||
|
|
||||||
## Web clipper
|
## Web clipper
|
||||||
|
|
||||||
**TODO: add image**
|
![](./WebClipper.png)
|
||||||
|
|
||||||
The Web Clipper is a browser extension that allows you to save web pages and screenshots from your browser. To start using it, open the Joplin desktop application, go to the Web Clipper Options and follow the instructions.
|
The Web Clipper is a browser extension that allows you to save web pages and screenshots from your browser. To start using it, open the Joplin desktop application, go to the Web Clipper Options and follow the instructions.
|
||||||
|
|
||||||
@ -12,32 +12,25 @@ More info on the official website: https://joplin.cozic.net/clipper
|
|||||||
|
|
||||||
## Attachments
|
## Attachments
|
||||||
|
|
||||||
Any kind of file can be attached to a note. In Markdown, links to these files are represented as a simple ID to the resource. In the note viewer, these files, if they are images, will be displayed or, if they are other files (PDF, text files, etc.) they will be displayed as links. Clicking on this link will open the file in the default application.
|
Any kind of file can be attached to a note. In Markdown, links to these files are represented as an ID. In the note viewer, these files, if they are images, will be displayed or, if they are other files (PDF, text files, etc.) they will be displayed as links. Clicking on this link will open the file in the default application.
|
||||||
|
|
||||||
Images can be attached either by clicking on "Attach file" or by pasting (with Ctrl+V) an image directly in the editor, or by drag and dropping an image.
|
Images can be attached either by clicking on "Attach file" or by pasting (with `Ctrl+V` or `Cmd+V`) an image directly in the editor, or by drag and dropping an image.
|
||||||
|
|
||||||
More info about attachments: https://github.com/laurent22/joplin#attachments--resources
|
More info about attachments: https://joplin.cozic.net#attachments--resources
|
||||||
|
|
||||||
## Search
|
## Search
|
||||||
|
|
||||||
Joplin supports advanced search queries, which are fully documented on the official website: https://github.com/laurent22/joplin#searching
|
Joplin supports advanced search queries, which are fully documented on the official website: https://joplin.cozic.net#searching
|
||||||
|
|
||||||
## Alarms
|
## Alarms
|
||||||
|
|
||||||
An alarm can be associated with any to-do. It will be triggered at the given time by displaying a notification. To use this feature, see the documentation: https://github.com/laurent22/joplin#notifications
|
An alarm can be associated with any to-do. It will be triggered at the given time by displaying a notification. To use this feature, see the documentation: https://joplin.cozic.net#notifications
|
||||||
|
|
||||||
## Other Joplin applications
|
|
||||||
|
|
||||||
Besides the desktop application, Joplin is also available as a terminal application and as a mobile application. Both these apps can sync between them and with the desktop app.
|
|
||||||
|
|
||||||
**TODO: Add screenshot of mobile**
|
|
||||||
**TODO: Add screenshot of CLI**
|
|
||||||
|
|
||||||
## Community and further help
|
## Community and further help
|
||||||
|
|
||||||
- For general discussion about Joplin, user support, software development questions, and to discuss new features, go to the [Joplin Forum](https://discourse.joplin.cozic.net/). It is possible to login with your GitHub account.
|
- For general discussion about Joplin, user support, software development questions, and to discuss new features, go to the [Joplin Forum](https://discourse.joplin.cozic.net/). It is possible to login with your GitHub account.
|
||||||
- The latest news are posted [on the Patreon page](https://www.patreon.com/joplin).
|
- The latest news are posted [on the Patreon page](https://www.patreon.com/joplin).
|
||||||
- For bug reports and feature requests, go to the [GitHub Issue Tracker](https://github.com/laurent22/joplin/issues).
|
- For bug reports and feature requests, go to the [GitHub Issue Tracker](https://joplin.cozic.net/issues).
|
||||||
|
|
||||||
## Donations
|
## Donations
|
||||||
|
|
||||||
|
BIN
readme/welcome/WebClipper.png
Normal file
BIN
readme/welcome/WebClipper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
Loading…
Reference in New Issue
Block a user