Browse Source

docs: tag cleanup (wip)

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6467/head
Raju Udava 1 year ago
parent
commit
113955c554
  1. 1
      packages/noco-docs/docs/070.fields/010.fields-overview.md
  2. 2
      packages/noco-docs/docs/070.fields/020.primary-key.md
  3. 4
      packages/noco-docs/docs/070.fields/030.display-value.md
  4. 2
      packages/noco-docs/docs/070.fields/040.field-types/010.text-based/010.single-line-text.md
  5. 2
      packages/noco-docs/docs/070.fields/040.field-types/010.text-based/020.long-text.md
  6. 2
      packages/noco-docs/docs/070.fields/040.field-types/010.text-based/030.email.md
  7. 2
      packages/noco-docs/docs/070.fields/040.field-types/010.text-based/040.phonenumber.md
  8. 2
      packages/noco-docs/docs/070.fields/040.field-types/010.text-based/050.url.md
  9. 2
      packages/noco-docs/docs/070.fields/040.field-types/020.numerical/010.number.md
  10. 2
      packages/noco-docs/docs/070.fields/040.field-types/020.numerical/020.decimal.md
  11. 2
      packages/noco-docs/docs/070.fields/040.field-types/020.numerical/030.percent.md
  12. 2
      packages/noco-docs/docs/070.fields/040.field-types/020.numerical/040.currency.md
  13. 2
      packages/noco-docs/docs/070.fields/040.field-types/030.select-based/010.single-select.md
  14. 2
      packages/noco-docs/docs/070.fields/040.field-types/030.select-based/020.multi-select.md
  15. 2
      packages/noco-docs/docs/070.fields/040.field-types/040.links-based/010.links.md
  16. 2
      packages/noco-docs/docs/070.fields/040.field-types/040.links-based/020.lookup.md
  17. 2
      packages/noco-docs/docs/070.fields/040.field-types/040.links-based/030.rollup.md
  18. 2
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/010.attachment.md
  19. 2
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/020.checkbox.md
  20. 2
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/030.rating.md
  21. 2
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/040.QR-code.md
  22. 2
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/050.barcode.md
  23. 4
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/060.geometry.md
  24. 2
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/070.specific-db-type.md
  25. 2
      packages/noco-docs/docs/070.fields/040.field-types/060.formula/010.formula.md
  26. 2
      packages/noco-docs/docs/070.fields/040.field-types/060.formula/015.operators.md
  27. 2
      packages/noco-docs/docs/070.fields/040.field-types/060.formula/020.numeric-functions.md
  28. 2
      packages/noco-docs/docs/070.fields/040.field-types/060.formula/030.string-functions.md
  29. 2
      packages/noco-docs/docs/070.fields/040.field-types/060.formula/040.date-functions.md
  30. 2
      packages/noco-docs/docs/070.fields/040.field-types/060.formula/050.conditional-expressions.md
  31. 2
      packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/010.date-time.md
  32. 2
      packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/020.date.md
  33. 2
      packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/030.time.md
  34. 2
      packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/040.duration.md
  35. 2
      packages/noco-docs/docs/070.fields/050.multi-fields-editor.md
  36. 3
      packages/noco-docs/docs/070.fields/060.actions-on-field.md
  37. 2
      packages/noco-docs/docs/080.records/010.records-overview.md
  38. 2
      packages/noco-docs/docs/080.records/020.create-record.md
  39. 4
      packages/noco-docs/docs/080.records/030.expand-record.md
  40. 1
      packages/noco-docs/docs/080.records/070.actions-on-record.md
  41. 2
      packages/noco-docs/docs/090.views/010.views-overview.md
  42. 6
      packages/noco-docs/docs/090.views/020.create-view.md
  43. 4
      packages/noco-docs/docs/090.views/025.share-view.md
  44. 3
      packages/noco-docs/docs/090.views/040.view-types/010.grid.md
  45. 3
      packages/noco-docs/docs/090.views/040.view-types/020.gallery.md
  46. 2
      packages/noco-docs/docs/090.views/040.view-types/040.kanban.md
  47. 4
      packages/noco-docs/docs/090.views/090.actions-on-view.md

1
packages/noco-docs/docs/070.fields/010.fields-overview.md

@ -1,5 +1,6 @@
---
title: 'Fields overview'
description: 'This article discusses various field types that NocoDB offers.'
tags: ['Fields', 'Overview']
keywords : ['NocoDB fields', 'fields overview', 'field administration', 'field organization']
---

2
packages/noco-docs/docs/070.fields/020.primary-key.md

@ -1,6 +1,6 @@
---
title: "Primary key"
description: "Understanding Primary Key in NocoDB!"
description: "This article explains what a primary key is and how it is used in NocoDB."
tags: ['Fields', 'Primary Key']
keywords : ['NocoDB primary key', 'primary key', 'primary key in NocoDB', 'primary key in database']
---

4
packages/noco-docs/docs/070.fields/030.display-value.md

@ -1,8 +1,8 @@
---
title: "Display value"
description: 'This article explains how to set display value for a table & its use.'
tags: ['Fields', 'Display Value']
description: "Understanding Display Value in NocoDB!"
keywords : ['NocoDB display value', 'display value', 'display value in nocoDB', 'display value in nocoDB']
keywords : ['display value', 'display value in nocoDB', 'display value in nocoDB']
---
# Display Value

2
packages/noco-docs/docs/070.fields/040.field-types/010.text-based/010.single-line-text.md

@ -1,6 +1,8 @@
---
title: 'Single line text'
description: 'This article explains how to create & work with a Single line text field.'
tags: ['Fields', 'Field types', 'Text based types', 'Single line text']
keywords: ['Fields', 'Field types', 'Text based types', 'Single line text', 'Create single line text field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/010.text-based/020.long-text.md

@ -1,6 +1,8 @@
---
title: 'Long text'
description: 'This article explains how to create & work with a Long text field.'
tags: ['Fields', 'Field types', 'Text based types', 'Long text']
keywords: ['Fields', 'Field types', 'Text based types', 'Long text', 'Create long text field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/010.text-based/030.email.md

@ -1,6 +1,8 @@
---
title: 'Email'
description: 'This article explains how to create & work with an Email field.'
tags: ['Fields', 'Field types', 'Text based types', 'Email']
keywords: ['Fields', 'Field types', 'Text based types', 'Email', 'Create email field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/010.text-based/040.phonenumber.md

@ -1,6 +1,8 @@
---
title: 'Phone Number'
description: 'This article explains how to create & work with a Phone number field.'
tags: ['Fields', 'Field types', 'Text based types', 'Phone number']
keywords: ['Fields', 'Field types', 'Text based types', 'Phone number', 'Create phone number field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/010.text-based/050.url.md

@ -1,6 +1,8 @@
---
title: 'URL'
description: 'This article explains how to create & work with an URL field.'
tags: ['Fields', 'Field types', 'Text based types', 'URL']
keywords: ['Fields', 'Field types', 'Text based types', 'URL', 'Create URL field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/020.numerical/010.number.md

@ -1,6 +1,8 @@
---
title: 'Number'
description: 'This article explains how to create & work with a Number field.'
tags: ['Fields', 'Field types', 'Numerical types', 'Number']
keywords: ['Fields', 'Field types', 'Numerical types', 'Number', 'Create number field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/020.numerical/020.decimal.md

@ -1,6 +1,8 @@
---
title: 'Decimal'
description: 'This article explains how to create & work with a Decimal field.'
tags: ['Fields', 'Field types', 'Numerical types', 'Decimal']
keywords: ['Fields', 'Field types', 'Numerical types', 'Decimal', 'Create decimal field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/020.numerical/030.percent.md

@ -1,6 +1,8 @@
---
title: 'Percent'
description: 'This article explains how to create & work with a Percent field.'
tags: ['Fields', 'Field types', 'Numerical types', 'Percent']
keywords: ['Fields', 'Field types', 'Numerical types', 'Percent', 'Create percent field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/020.numerical/040.currency.md

@ -1,6 +1,8 @@
---
title: 'Currency'
description: 'This article explains how to create & work with a Currency field.'
tags: ['Fields', 'Field types', 'Numerical types', 'Currency']
keywords: ['Fields', 'Field types', 'Numerical types', 'Currency', 'Create currency field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/030.select-based/010.single-select.md

@ -1,6 +1,8 @@
---
title: 'Single Select'
description: 'This article explains how to create & work with a Single select field.'
tags: ['Fields', 'Field types', 'Select based types', 'Single select']
keywords: ['Fields', 'Field types', 'Select based types', 'Single select', 'Create single select field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/030.select-based/020.multi-select.md

@ -1,6 +1,8 @@
---
title: 'Multi Select'
description: 'This article explains how to create & work with a Multi select field.'
tags: ['Fields', 'Field types', 'Select based types', 'Multi select']
keywords: ['Fields', 'Field types', 'Select based types', 'Multi select', 'Create multi select field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/040.links-based/010.links.md

@ -1,6 +1,8 @@
---
title: 'Links'
description: 'This article explains how to create & work with a Links field.'
tags: ['Fields', 'Field types', 'Links based types', 'Links']
keywords: ['Fields', 'Field types', 'Links based types', 'Links', 'Create links field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/040.links-based/020.lookup.md

@ -1,6 +1,8 @@
---
title: 'LookUp'
description: 'This article explains how to create & work with a Lookup field.'
tags: ['Fields', 'Field types', 'Links based types', 'Lookup']
keywords: ['Fields', 'Field types', 'Links based types', 'Lookup', 'Create lookup field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/040.links-based/030.rollup.md

@ -1,6 +1,8 @@
---
title: 'Rollup'
description: 'This article explains how to create & work with a Rollup field.'
tags: ['Fields', 'Field types', 'Links based types', 'Rollup']
keywords: ['Fields', 'Field types', 'Links based types', 'Rollup', 'Create rollup field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/010.attachment.md

@ -1,6 +1,8 @@
---
title: 'Attachment'
description: 'This article explains how to create & work with an Attachment field.'
tags: ['Fields', 'Field types', 'Custom types', 'Attachment']
keywords: ['Fields', 'Field types', 'Custom types', 'Attachment', 'Create attachment field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/020.checkbox.md

@ -1,6 +1,8 @@
---
title: 'Checkbox'
description: 'This article explains how to create & work with a Checkbox field.'
tags: ['Fields', 'Field types', 'Custom types', 'Checkbox']
keywords: ['Fields', 'Field types', 'Custom types', 'Checkbox', 'Create checkbox field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/030.rating.md

@ -1,6 +1,8 @@
---
title: 'Rating'
description: 'This article explains how to create & work with a Rating field.'
tags: ['Fields', 'Field types', 'Custom types', 'Rating']
keywords: ['Fields', 'Field types', 'Custom types', 'Rating', 'Create rating field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/040.QR-code.md

@ -1,6 +1,8 @@
---
title: 'QR code'
description: 'This article explains how to create & work with a QR code field.'
tags: ['Fields', 'Field types', 'Custom types', 'QR code']
keywords: ['Fields', 'Field types', 'Custom types', 'QR code', 'Create QR code field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/050.barcode.md

@ -1,6 +1,8 @@
---
title: 'Barcode'
description: 'This article explains how to create & work with a Barcode field.'
tags: ['Fields', 'Field types', 'Custom types', 'Barcode']
keywords: ['Fields', 'Field types', 'Custom types', 'Barcode', 'Create barcode field']
---

4
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/060.geometry.md

@ -1,12 +1,14 @@
---
title: 'Geometry'
description: 'This article explains how to create & work with a Geometry field.'
tags: ['Fields', 'Field types', 'Custom types', 'Geometry']
keywords: ['Fields', 'Field types', 'Custom types', 'Geometry', 'Create geometry field']
---
## Create a geometry field
1. Click on `+` icon to the right of `Fields header`
2. [**Optional**] On the dropdown modal, enter the field name.
2. On the dropdown modal, enter the field name (Optional)
3. Select the field type as `Geometry` from the dropdown.
4. Click on `Save Column` button.

2
packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/070.specific-db-type.md

@ -1,6 +1,8 @@
---
title: 'Specific DB type'
description: 'This article explains how to create & work with a Specific DB Type field.'
tags: ['Fields', 'Field types', 'Custom types', 'Specific DB type']
keywords: ['Fields', 'Field types', 'Custom types', 'Specific DB type', 'Create specific db type field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/060.formula/010.formula.md

@ -1,6 +1,8 @@
---
title: 'Formula'
description: 'This article explains how to create & work with a Formula field.'
tags: ['Fields', 'Field types', 'Formula']
keywords: ['Fields', 'Field types', 'Formula', 'Create formula field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/060.formula/015.operators.md

@ -1,6 +1,8 @@
---
title: 'Numeric and Logical Operators'
description: 'This article explains various numeric and logical operators that can be used in formula fields.'
tags: ['Fields', 'Field types', 'Formula']
keywords: ['Fields', 'Field types', 'Formula', 'Create formula field', 'Numeric operators', 'Logical operators']
---

2
packages/noco-docs/docs/070.fields/040.field-types/060.formula/020.numeric-functions.md

@ -1,6 +1,8 @@
---
title: 'Numeric functions'
description: 'This article explains various numeric functions that can be used in formula fields.'
tags: ['Fields', 'Field types', 'Formula']
keywords: ['Fields', 'Field types', 'Formula', 'Create formula field', 'Numeric functions']
---

2
packages/noco-docs/docs/070.fields/040.field-types/060.formula/030.string-functions.md

@ -1,6 +1,8 @@
---
title: 'String functions'
description: 'This article explains various string functions that can be used in formula fields.'
tags: ['Fields', 'Field types', 'Formula']
keywords: ['Fields', 'Field types', 'Formula', 'Create formula field', 'String functions']
---

2
packages/noco-docs/docs/070.fields/040.field-types/060.formula/040.date-functions.md

@ -1,6 +1,8 @@
---
title: 'Date functions'
description: 'This article explains various date functions that can be used in formula fields.'
tags: ['Fields', 'Field types', 'Formula', 'Date & Time']
keywords: ['Fields', 'Field types', 'Formula', 'Date & Time', 'Create formula field', 'Date functions']
---

2
packages/noco-docs/docs/070.fields/040.field-types/060.formula/050.conditional-expressions.md

@ -1,6 +1,8 @@
---
title: 'Conditional expressions'
description: 'This article explains various conditional expressions that can be used in formula fields.'
tags: ['Fields', 'Field types', 'Formula']
keywords: ['Fields', 'Field types', 'Formula', 'Create formula field', 'Conditional expressions']
---

2
packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/010.date-time.md

@ -1,6 +1,8 @@
---
title: 'Date Time'
description: 'This article explains how to create & work with a Date Time field.'
tags: ['Fields', 'Field types', 'Date & Time']
keywords: ['Fields', 'Field types', 'Date & Time', 'Create date time field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/020.date.md

@ -1,6 +1,8 @@
---
title: 'Date'
description: 'This article explains how to create & work with a Date field.'
tags: ['Fields', 'Field types', 'Date & Time']
keywords: ['Fields', 'Field types', 'Date & Time', 'Create date field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/030.time.md

@ -1,6 +1,8 @@
---
title: 'Time'
description: 'This article explains how to create & work with a Time field.'
tags: ['Fields', 'Field types', 'Date & Time']
keywords: ['Fields', 'Field types', 'Date & Time', 'Create time field']
---

2
packages/noco-docs/docs/070.fields/040.field-types/070.date-time-based/040.duration.md

@ -1,6 +1,8 @@
---
title: 'Duration'
description: 'This article explains how to create & work with a Duration field.'
tags: ['Fields', 'Field types', 'Date & Time']
keywords: ['Fields', 'Field types', 'Date & Time', 'Create duration field']
---

2
packages/noco-docs/docs/070.fields/050.multi-fields-editor.md

@ -2,7 +2,7 @@
title: "Multi-field editor"
description: "Understanding use of multi-field editor in NocoDB!"
tags: ['Fields', 'Multi-fields editor', 'Productivity hacks']
keywords : ['NocoDB fields editor', 'fields editor', 'fields editor in nocoDB', 'fields editor in nocoDB']
keywords : ['NocoDB fields editor', 'fields editor', 'fields editor in nocoDB']
---
NocoDB offers a handy tool for easily managing the fields within a table. With this tool, you can add, modify, rename, arrange, or hide fields efficiently. It's particularly useful when creating a new table structure or making changes to an existing one.

3
packages/noco-docs/docs/070.fields/060.actions-on-field.md

@ -1,6 +1,7 @@
---
title: 'Actions on field'
tags: ['Fields', 'Rename', 'Delete', 'Duplicate', 'Hide', 'Display value', 'Sort']
description: 'This article explains how to perform various actions on a field- like rename, change field type, default, field width, row height, show/hide.'
tags: ['Fields', 'Rename', 'Delete', 'Duplicate', 'Hide', 'Display value', 'Sort', 'Record Height', 'Field Width']
keywords : ['NocoDB fields', 'fields overview', 'field administration', 'field organization']
---

2
packages/noco-docs/docs/080.records/010.records-overview.md

@ -2,7 +2,7 @@
title: 'Records overview'
description: 'Learn how to create, import, and manage records in NocoDB.'
tags: ['Records', 'Overview']
keywords: ['NocoDB record', 'record overview', 'record administration', 'record organization']
keywords: ['NocoDB record', 'record overview']
---
Records in NocoDB are fundamental components within a database, serving as individual entries or data points within a table. Each default table in NocoDB is meticulously organized into a structured grid of records, fields (columns), and cells. These records constitute the backbone of data storage and retrieval within NocoDB, encapsulating a diverse range of information types, including text, numerical values, dates, file attachments, and even links to other records, either within the same table or across different tables. This versatile approach allows users to create highly customizable databases tailored to their specific data management needs, all centered around the concept of records.

2
packages/noco-docs/docs/080.records/020.create-record.md

@ -2,7 +2,7 @@
title: 'Create record'
description: 'Learn how to create a record in NocoDB.'
tags: ['Records', 'Create']
keywords: ['NocoDB record', 'create record', 'record administration', 'record organization']
keywords: ['NocoDB record', 'create record']
---
A new record can be added by using the `New Record` button in the bottom left corner of the grid view. Default behaviour of this button is to add a new empty record at the end of the grid view. Fields for a record can be populated by clicking on the cell and entering the value.

4
packages/noco-docs/docs/080.records/030.expand-record.md

@ -1,7 +1,7 @@
---
title: 'Expanded record'
tags: ['Records', 'Expanded record', 'Activity feed', 'Comments']
description: 'NocoDB provides Expanded Form to let you edit your data easily'
tags: ['Records', 'Expanded record', 'Audit', 'Comments']
description: 'Learn how to expand a record & work with it in NocoDB.'
keywords : ['NocoDB expanded form', 'expanded form', 'expanded record', 'expanded record view']
---

1
packages/noco-docs/docs/080.records/070.actions-on-record.md

@ -1,5 +1,6 @@
---
title: 'Actions on record'
description: 'Learn how to perform actions (edit, duplicate, delete, etc) on a record in NocoDB.'
tags: ['Records', 'Delete', 'Edit', 'Duplicate', 'Expand', 'Shortcuts']
keywords : ['NocoDB delete record', 'delete record', 'delete row', 'delete rows']
---

2
packages/noco-docs/docs/090.views/010.views-overview.md

@ -2,7 +2,7 @@
title: 'View overview'
description: 'Understanding Views in NocoDB!'
tags: ['Views', 'Overview']
keywords: ['NocoDB view', 'view administration', 'view organization']
keywords: ['NocoDB view', 'Overview']
---
Views within NocoDB not only allow you to tailor the visual presentation to your liking but also provide independent

6
packages/noco-docs/docs/090.views/020.create-view.md

@ -1,8 +1,8 @@
---
title: 'Create view'
description: 'Learn how to create a view in NocoDB.'
tags: ['Views', 'Create', 'Grid View', 'Form View', 'Kanban View', 'Gallery View']
keywords: ['NocoDB view', 'create view', 'view administration', 'view organization']
description: 'Learn how to create a new view in NocoDB.'
tags: ['Views', 'Create', 'Grid view', 'Form view', 'Kanban view', 'Gallery view']
keywords: ['NocoDB view', 'create view']
---
## Create new view

4
packages/noco-docs/docs/090.views/025.share-view.md

@ -1,7 +1,7 @@
---
title: "Share view"
description: "Procedures to share a view"
tags: ["Views", "Share", "Grid View", "Form View", "Kanban View", "Gallery View"]
description: "Learn how to share a view publicly in NocoDB."
tags: ["Views", "Share", "Grid view", "Form view", "Kanban view", "Gallery view"]
keywords: ["NocoDB view", "share view", "share", "share view with password protection", "share view with download options"]
---

3
packages/noco-docs/docs/090.views/040.view-types/010.grid.md

@ -1,6 +1,7 @@
---
title: 'Grid'
tags: ['Views', 'Grid View']
description: 'Learn how to work with grid view in NocoDB.'
tags: ['Views', 'Grid view']
keywords : ['NocoDB grid', 'grid view', 'grid']
---

3
packages/noco-docs/docs/090.views/040.view-types/020.gallery.md

@ -1,6 +1,7 @@
---
title: 'Gallery'
tags: ['Views', 'Gallery View']
description: 'Learn how to work with gallery view in NocoDB.'
tags: ['Views', 'Gallery view']
keywords: ['NocoDB gallery view', 'gallery view', 'gallery']
---

2
packages/noco-docs/docs/090.views/040.view-types/040.kanban.md

@ -1,6 +1,6 @@
---
title: 'Kanban'
description: 'Learn how to use Kanban view in NocoDB.'
description: 'Learn how to work with kanban view in NocoDB.'
tags: ['Views', 'Kanban View']
keywords: ['NocoDB kanban', 'kanban view', 'kanban board', 'kanban view operations']
---

4
packages/noco-docs/docs/090.views/090.actions-on-view.md

@ -1,8 +1,8 @@
---
title: 'Actions on view'
description: 'Learn how to delete, rename, duplicate a a view in NocoDB.'
tags: ['Views', 'Rename', 'Duplicate', 'Delete', 'Grid View', 'Form View', 'Kanban View', 'Gallery View']
keywords: ['NocoDB view', 'delete view', 'rename view', 'duplicate view', 'view administration', 'view organization']
tags: ['Views', 'Rename', 'Duplicate', 'Delete', 'Grid view', 'Form view', 'Kanban view', 'Gallery view']
keywords: ['NocoDB view', 'delete view', 'rename view', 'duplicate view']
---
## View context menu

Loading…
Cancel
Save