Obsidian Mobile: Managing Multiple Files without Hotkeys
Obsidian is a powerful knowledge base that allows you to write, link ideas, and organize your thoughts in a way that is easily searchable and retrievable. While Obsidian is available on both desktop and mobile platforms, managing multiple files on mobile can be a bit tricky, especially if you're not familiar with the app's features and functions.
Using the Obsidian Mobile App
Obsidian Mobile is a stripped-down version of the desktop app that allows you to view, edit, and manage your notes on your mobile device. However, unlike the desktop app, Obsidian Mobile does not support hotkeys, which can make managing multiple files a bit challenging.
To insert the current date/time in an Obsidian mobile file, you need to use the template {{date}}. This template will be replaced with the current date and time when you save the file. This feature is particularly useful when you want to timestamp your notes or create a daily journal.
Managing Multiple Files
To manage multiple files in Obsidian Mobile, you can use the following techniques:
- Create a vault: A vault is a collection of notes that are stored in a single folder on your device. To create a vault, go to the Obsidian Mobile settings and select "Create new vault." Give your vault a name and select a location to save it.
- Create a graph view: The graph view is a visual representation of your notes and how they are connected. To create a graph view, go to the Obsidian Mobile settings and select "Graph view." This will show you all of the notes in your vault and how they are linked together.
- Use tags: Tags are a way to categorize your notes and make them easier to find. To add a tag to a note, type "#" followed by the tag name. You can then use the tag explorer to view all of the notes that have a particular tag.
- Use the search function: The search function allows you to quickly find notes that contain a particular word or phrase. To use the search function, tap the search icon in the top right corner of the screen and type in your search term.
Code Blocks
Obsidian supports the use of code blocks, which can be useful for formatting code snippets, terminal commands, or other text that needs to be displayed in a monospaced font. To create a code block, enclose your text in triple backticks (```) and specify the programming language, like this:
```python
def hello_world():
print("Hello, world!")
```References
Here are some resources that you may find helpful when learning how to use Obsidian:
- Books: There are currently no books available on Obsidian.
- Articles:
- Online resources:
By using these techniques and resources, you can effectively manage multiple files in Obsidian Mobile without the need for hotkeys.