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

Commit f69dddc

Browse files
committed
Merge branch 'master' into imed-docu-branch
2 parents b79e2b2 + 5d7b9b2 commit f69dddc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+802
-234
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: 🐛 Bug Report
2+
description: Tell us the bug that you found
3+
title: "[Bug]: "
4+
labels: ["bug", "triage"]
5+
assignees:
6+
- RafaelGB
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this bug report!
12+
- type: input
13+
id: contact
14+
attributes:
15+
label: Contact Details
16+
description: How can we get in touch with you if we need more info?
17+
placeholder: ex. [email protected]
18+
validations:
19+
required: false
20+
- type: textarea
21+
id: what-happened
22+
attributes:
23+
label: What happened?
24+
description: Also tell us, what did you expect to happen?
25+
placeholder: Tell us what you see!
26+
value: "A bug happened!"
27+
validations:
28+
required: true
29+
- type: dropdown
30+
id: Platform
31+
attributes:
32+
label: What platform were you using?
33+
options:
34+
- Desktop
35+
- Mobile
36+
- Cross
37+
validations:
38+
required: true
39+
- type: input
40+
id: Version
41+
attributes:
42+
label: Version of the plugin
43+
description: "Tell us the version you were using"
44+
placeholder: "vx.y.z"
45+
validations:
46+
required: true
47+
- type: textarea
48+
id: logs
49+
attributes:
50+
label: Relevant log output
51+
description: Please copy and paste any relevant log output of Obsidian. (MacOS - cmd+opt+I. Linux/Windows - ctrl+shift+I)
52+
render: shell
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: 🗣 Request a new feature
2+
description: Suggest an idea for this project
3+
title: "[FR]: "
4+
labels: ["enhancement", "triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
thanks for your ideas, they are very welcome!
10+
- type: input
11+
id: contact
12+
attributes:
13+
label: Contact Details
14+
description: How can we get in touch with you if we need more info?
15+
placeholder: ex. [email protected]
16+
validations:
17+
required: false
18+
- type: textarea
19+
id: request
20+
attributes:
21+
label: Present your request
22+
description: What do you want to see in the plugin?
23+
placeholder: Tell us your idea!
24+
value: "I want to see ..."
25+
validations:
26+
required: true
27+
- type: dropdown
28+
id: Platform
29+
attributes:
30+
label: For which platform do you request this request??
31+
options:
32+
- Desktop
33+
- Mobile
34+
- Cross
35+
validations:
36+
required: true

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@ This plugin is a Notion like database based on folders.
77
- **[Documentation](https://rafaelgb.github.io/obsidian-db-folder/)**
88
- **[Roadmap](https://github.com/RafaelGB/obsidian-db-folder/projects/1)**
99
- **[changelog](https://rafaelgb.github.io/obsidian-db-folder/changelog/)**
10-
### How can I add a database?
11-
You can add a folder database by right clicking on the folder where you want to store your table
12-
13-
<img src="https://github.com/RafaelGB/obsidian-db-folder/blob/master/docs/resources/AddDatabase.gif" width="200" height="250"/>
1410

1511
### How to use?
16-
Database has its own type of view. It will search all notes into the same folder of the database and show the columns that you specify. Check our [documentation](https://rafaelgb.github.io/obsidian-db-folder/features/Columns/) for more information.
12+
The database has its own type of view. It will search all notes depending on many types of sources (folder, tags, links, and dataview query). Then it will show the columns/metadata that you specify. Check our [documentation](https://rafaelgb.github.io/obsidian-db-folder/features/Columns/) for more information.
1713

1814
The information you add or edit will be saved into the target obsidian note.
1915

TestVault/template/database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ database-plugin: basic
44

55
---
66

7-
<%%
7+
%% dbfolder:yaml
88
name: new database
99
description: new description
1010
columns:
@@ -137,4 +137,4 @@ config:
137137
source_form_result:
138138
show_metadata_tasks: true
139139
filters:
140-
%%>
140+
%%

docs/docs/about.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,7 @@ Each database has a yaml local configuration that is read when you open the data
3939
database-plugin: basic
4040

4141
---
42-
<%%
43-
---
44-
45-
database-plugin: basic
46-
47-
---
48-
<%%
42+
%% dbfolder:yaml
4943
name: Entertaiment
5044
description: All media contain that I consume
5145
columns:
@@ -173,5 +167,5 @@ config:
173167
source_data: current_folder
174168
source_form_result: zettelcaster/meet
175169
filters:
176-
%%>
170+
%%
177171
```

docs/docs/changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 2.5.1
2+
- hotfix of persist saving introduced in 2.5.0 with the change of config centinel
3+
# 2.5.0
4+
*Published on 2022/09/11*
5+
### Shiny new things
6+
- Added support for mobile devices (iOS and Android) and tablets (iPad and Android tablets) [ISSUE#27](https://github.com/RafaelGB/obsidian-db-folder/issues/27)
7+
- CSV import option included on menu [ISSUE#129](https://github.com/RafaelGB/obsidian-db-folder/issues/129)
8+
- Global search now admit regex [ISSUE#169](https://github.com/RafaelGB/obsidian-db-folder/issues/169)
9+
- New metadata options from dataview: Inlinks and Outlinks [ISSUE#170](https://github.com/RafaelGB/obsidian-db-folder/issues/170)
10+
### Improved
11+
- Button to clear date and datetime fields [ISSUE#160](https://github.com/RafaelGB/obsidian-db-folder/issues/160)
12+
- New option to add an alias for all url links per column [ISSUE#157](https://github.com/RafaelGB/obsidian-db-folder/issues/157)
13+
### No longer broken
14+
- Yaml config centinel was changed to convive with Templater plugin [ISSUE#179](https://github.com/RafaelGB/obsidian-db-folder/issues/179)
15+
- onBlur did not work well on empty text cells [ISSUE#352](https://github.com/RafaelGB/obsidian-db-folder/issues/352)
16+
- DnD conflicts with resize fixed [ISSUE#349](https://github.com/RafaelGB/obsidian-db-folder/issues/349)
17+
- Dark mode for principal and filters menu [ISSUE#350](https://github.com/RafaelGB/obsidian-db-folder/issues/350)
118
# 2.4.1
219
*Published on 2022/09/09*
320
### Visual

docs/docs/media/videos.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Videos related to the plugin
2+
## 2022-09-08 Cómo hacer TABLAS tipo Notion con filtros y más cosas
3+
<iframe width="560" height="315" src="https://www.youtube.com/embed/0OiCWflpYcs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
4+
25
## 2022-08-26 Notion Databases In Obsidian - It's FINALLY Here!
36

47
<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>

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.4.1",
4+
"version": "2.5.1",
55
"minAppVersion": "0.15.9",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

0 commit comments

Comments
 (0)