# How Do I…

* General
  * [Enable file types other than .txt (such as .md)](https://mastodon.social/@neutrinote/101010590414739633)
  * [Retain deleted notes](https://mastodon.social/@neutrinote/101010672011317946)
  * [Store backups in SD card](https://mastodon.social/@neutrinote/101010618104950794)
  * [Enable OLED dark mode](https://mastodon.social/@neutrinote/101010584421129449)
  * [Be more productive with gestures](https://github.com/appml/nano/blob/master/index.md#gestures)
  * [Enable logging](https://mastodon.social/@neutrinote/101661989143828983)
  * [Enable search history, LaTeX customization, and a plethora of deep config options, etc.](https://github.com/appml/nano/blob/master/index.md#hacks)
  * Sync with 3rd party apps
    * [Before Android 11](https://appml.github.io/nano/#started)
    * [Android 11 and Above](https://appml.github.io/nano/#mirror)
  * [Become a beta tester](https://play.google.com/apps/testing/com.appmindlab.nano)
* Main screen
  * [List starred notes with higher priority](https://mastodon.social/@neutrinote/101010575439382456)
  * [Filter notes by tags](https://mastodon.social/@neutrinote/101009080011764538)
* Editor
  * [Emulate to-do list](https://mastodon.social/@neutrinote/101010675210595334)
  * [Use another dictionary app](https://mastodon.social/@neutrinote/101009104994930453)
  * [Encrypt / decrypt note contents](https://github.com/appml/nano/blob/master/index.md#encryption-v339-or-above)
  * [Include line breaks in shortcuts](https://mastodon.social/@neutrinote/101229048253226438)
  * [Enable alternative parsing](https://mastodon.social/@neutrinote/101010695970774149)
  * [Apply custom Markdown styles](https://mastodon.social/@neutrinote/101010661568567586)
  * [Select text with greater precision](https://mastodon.social/@neutrinote/101010648519306716)
  * [Find matching brackets](https://mastodon.social/@neutrinote/101010571297096394)
  * [Enable OCR](https://mastodon.social/@neutrinote/101010589030192050)
  * [Extract text from images](https://mastodon.social/@neutrinote/101010602375960721)
  * [Auto hide editor toolbar](https://mastodon.social/@neutrinote/101010595951165020)
  * [Apply internal diff tool](https://mastodon.social/@neutrinote/101010587417708247)
  * [Add a inter-note link (part 1)](https://mastodon.social/@neutrinote/104338564800982807)
  * [Add a inter-note link (part 2)](https://mastodon.social/@neutrinote/109586118878948017)
  * [Link from other apps](https://mastodon.social/@neutrinote/109666990309302664)
  * [Create web components](https://appml.github.io/nano/#components)
* Markdown
  * [Text reflow](https://mastodon.social/@neutrinote/103996629140620312)
  * [Create diagrams](https://appml.github.io/nano/#diagrams)
  * [Add comments](https://mastodon.social/@neutrinote/107776908607958755)
* Other Platforms
  * [Edit in VSCode](https://github.com/dendronhq/dendron)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://appml.gitbook.io/nano/readme/how-do-i....md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
