Skip to the content.

What is Logseq?

Limitations on iOS

Keyboard Shortcuts

If you click the 3 dots in the top right of the application, click settings, and then click keymap, you can see the keyboard shortcuts. You can also use the keyboard shortcut g s to see the shortcuts.

Useful Shortcuts

Enter - Enter edit mode Esc - Leave edit mode CMD-K - Search or create page CMD-SHIFT-P - Command palette
g s - Show shortcuts g a - All pages g f - Flashcards g g - Graph view
g j - Show journals g p - Previous journal g n - Next journal CMD-SHIFT-J - Open journal in sidebar
t l - Toggle left sidebar t r - Toggle right sidebar t w - Make screen wider t o - Toggle open blocks
CMD-DOWN - Expand CMD-UP - Collapse    

Properties

TODO

Queries

Give me all blocks that have the tag daily, but not the tag page itself or my templates page

{{query (and #daily (not (page “templates”)) (not (page “daily”))) }}

How can I order the columns in the query results?

The order of the columns within the table generated from the query is based on when the column was created. The simplest way to change the order of columns in the table is to unselect all properties and then reselect in the order you want them.

Task Management

TODO

Syncing using GitHub on iOS using WorkingCopy

You could sync with iCloud, but there are numerous reports of issues with it being slow on the forums. There is also a native LogSeq sync although it is still in beta.

Please note that you will have to do these steps for each iOS device you want to use LogSeq on. Also note that you will need to pay for the pro features of WorkingCopy to link folders.

Step 1, Set up the folder to sync

Step 2, Add graph to the folder

Step 3a, Add automation for opening LogSeq to pull changes

Step 3b, Add automation for opening LogSeq to pull changes

Step 4, Make sure it works

Useful plugins

Themes

Programming LogSeq

Languages supported (not on iOS):

Resources