Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit a9885a9

Browse files
committed
new version
1 parent 7eb9487 commit a9885a9

File tree

6 files changed

+19
-4
lines changed

6 files changed

+19
-4
lines changed

docs/docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 2.3.0
2+
### Shiny new things
3+
- Pagination arrived! Now you can organize your ddbb in pages, and you can choose the number of items per page in the settings panel. This also affects to the performance, so theoretically you can have a ddbb with more than 10000 items.
4+
- Autocomplete for links and tags in the editor of text column cells. Its an adaption of [Kanban plugin](https://github.com/mgmeyers/obsidian-kanban) feature, so it will be familiar to you.
5+
### Visual
6+
- navbar and add row forms are now static with horizontal scroll. Thanks to [artisticat1](https://github.com/artisticat1)
7+
### No longer broken
8+
- Function of obtain all fields now respect uppercase [ISSUE#269](https://github.com/RafaelGB/obsidian-db-folder/issues/269)
9+
- New rows title are now trimmed to ensure the functionality [ISSUE#279](https://github.com/RafaelGB/obsidian-db-folder/issues/279)
10+
- Now you can hide/unhide metadata columns too [ISSUE#283](https://github.com/RafaelGB/obsidian-db-folder/issues/283)
111
# 2.2.2
212
### Shiny new things
313
- First steps of a row context menu. You can now remove a row from a table (and also Obsidian). [ISSUE#62](https://github.com/RafaelGB/obsidian-db-folder/issues/62)

docs/docs/media/videos.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Videos related to the plugin
2+
## 2022-08-26
3+
4+
<iframe width="560" height="315" src="https://www.youtube.com/embed/9oaEOFPxT9g" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

docs/mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ nav:
99
- Headers: "features/headers.md"
1010
- Filters: "features/filters.md"
1111
- Config: "features/config.md"
12+
- Media:
13+
- videos: "media/videos.md"
1214
- FAQ: "faq.md"
1315
- Contributing:
1416
- Documentation: "contributing/documentationContribution.md"
1517
- Developers: "contributing/developersContribution.md"
16-
1718
- Changelog: "changelog.md"
1819
theme:
1920
name: material

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dbfolder",
33
"name": "DB Folder",
4-
"version": "2.2.2",
4+
"version": "2.3.0",
55
"minAppVersion": "0.15.9",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dbfolder",
33
"name": "DB Folder",
4-
"version": "2.2.2",
4+
"version": "2.3.0",
55
"minAppVersion": "0.15.9",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dbfolder",
3-
"version": "2.2.2",
3+
"version": "2.3.0",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)