Notebooks/Tutorial

08 - Importing

08 - Importing You can import the following formats via Notable -> Import: Markdown files with extension: md, mkd, mdwn, mdown, markdown, markdn, mdtxt, mdtext or txt. Evernotes’ exports with extension: enex. Alternatively you could also just put your Markdown notes into the notes sub-directory into your data directory. The more notes you are importing the longer it will take, in some cases the interface may freeze until the operation is completed.

09 - Multi-Note Editing

09 - Multi-Note Editing Built-in Some multi-note editing features are built-in. There are multiple ways to select notes: Click: you can toggle a note’s selection just by clicking it in the middlebar with Cmd+Click on macOS, or with Ctrl+Click elsewhere. Shortcuts: some shortcuts are provided under the Edit menu entry for selecting all notes, inverting the selection and unselecting all of them. When 2 or more notes are selected a multi-note editor will be displayed in the mainbar, you’ll be asked for confirmation for all changes that will mutate the notes.

10 - Linking Attachments, Notes, Tags and Searches

10 - Linking Attachments, Notes, Tags and Searches Sometimes, like when writing a tutorial for a note-taking app 😉, you may need to link to other notes or embed a few attachments. Notable makes this easy for you. These special links can also be right-clicked so that you can perform some actions on them. Attachments Attachments can be rendered inline, linked to, and linked to via a button. The @attachment token is used for this.

11 - Synchronization

11 - Synchronization Notable doesn’t have synchronization built-in, but you can have your data synchronized across computers just by putting the data directory into a shared folder, like Dropbox/Google Drive/etc. This way the third-party service will take care of the synchronization.

12 - Mobile Editing

12 - Mobile Editing Notable doesn’t have a mobile app yet, but there are many apps for editing Markdown files already on mobile. If you put your data directory into a shared folder, like Dropbox/Google Drive/etc. you could use any of those apps for editing notes or making new ones. It wouldn’t be perfect, especially if you need to change some metadata or add an attachment, but it would be ok most of the times.

13 - Collaborative Editing

13 - Collaborative Editing Notable doesn’t have collaborative editing built-in, but if you put your data directory in a shared folder, like Dropbox/Google Drive/etc. then multiple people can access it and make edits at the same time. Just make sure no 2 people are working on the same note at the same time, or some work might get lost. This is by no means a perfect solution though.

14 - Version Control

14 - Version Control Notable doesn’t have version control built-in, but since the data directory is just a regular directory you could make it a git repository and every once in a while take a snapshot of your notes, or perhaps a small script could make commits automatically for you everytime something changes. If there’s a big demand for this perhaps support for version controlled notes can be added to Notable itself, let us know if you need this.

15 - Encrypted Notes

15 - Encrypted Notes Notable doesn’t support encrypted notes yet, but if you really need this you could make an encrypted image on your computer and put a data directory in there. This way the third-party program will take care of the encryption. If there’s a big demand for this perhaps support for encrypted notes can be added to Notable itself, let us know if you need this.

Wrapping up 🎉

Wrapping up 🎉 Awesome, you’ve reached the end of the tutorial! The next step is deleting all these tutorial notes, you can do this one-by-one, using multi-note editing, or you could just trash the whole notes sub-directory from your data directory. Feedback If you’ve reached this far chances are you’re considering using Notable as your main note-taking app, that’s great! Feel free to contact us about any issues you may encounter, any features suggestions and generally sharing your opinion about Notable and how we can improve it.

01 - The Data Directory

01 - The Data Directory The data directory is where all your notes and attachments will be stored, it has the following structure: /path/to/your/data_directory ├─┬ attachments │ ├── foo.ext │ ├── bar.ext │ └── … └─┬ notes ├── foo.md ├── bar.md └── … Features The data directory gives you freedom since your notes are never locked into some sort of proprietary database, all your files use sane formats and are easily accessible and portable.