> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/oc-list/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/oc-list/user/how-to/open-writer-in-modal-view-or-external-tab.md).

# Open writer in Modal View or External Tab

From version 3.2.0, it is possible for a site to configure whether articles opened from a List launch Writer in a new browser tab (default) or in a modal view.&#x20;

### Configure for modal view

To configure opening from a list in Modal view, the configuration of the OC-List plugin must be modified as follows (access to configuration requires administrative privileges):

1. Under the hamburger menu in the upper right-hand corner of the Dashboard, navigate to Plugins.
2. In the Plugins list, navigate to OC List Plugin. Use the Search window to filter the list of Plugins if necessary.&#x20;
3. Click Settings to go to the settings page.
4. Open Configurations. Click the toggle to enable the Json editor.&#x20;
5. Set editArticleInModal to true as shown in screenshot.&#x20;
6. Click on save button to update OC-List settings. <br>

<figure><img src="/files/AA8xQU1JZnkGEXVvv3PH" alt=""><figcaption><p>Configuration to set modal view true</p></figcaption></figure>

### Open Writer in External Tab

If "editArticleinModal" is set to false, articles opened from a List card will launch Writer in a new browser tab.Users need to configure the setting to open articles in external tab. Below are the steps: -

1\.      Go to OC List Plugin.

2\.      Open Configurations and Enable Json editor.

3\.      Set editArticleInModal to False as per below screenshot.

4\.      Click on save button to update OC-List settings.

<figure><img src="/files/TNDkpx7kChZCiO9vlSeS" alt=""><figcaption><p>Configuration to set modal view false</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.navigaglobal.com/oc-list/user/how-to/open-writer-in-modal-view-or-external-tab.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
