You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
When a card block has no deck:: or tags:: property, your app searches among the parents recursively until the root of the page. If none are found the default deck is used and no tags are added. I think it would be better if :
if no deck:: property was found in the page, check if one is given in the page the defines the namespace of the page (if the page is in a namespace).
search for tags:: properties also in the page of the namespace and add it to the card.
Example:
A block role of the mitochondria ? :-> the mitochondria is the powerhouse of the cell in the page unversity___freshman___biology___cell_functions
the page university_freshman___biology could contain properties deck:: biology and tags:: biology and they would be taken into account for blocks in cell functions.
This can seem useless but there are cases where you create many pages in a namespace and having to specify those tags and deck over and over seems silly.
Describe how it will help your workflow
It would make it easier to add default tags and deck per namespace.
Describe alternatives you've considered
Adding those properties my self each and every time.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
When a card block has no
deck::
ortags::
property, your app searches among the parents recursively until the root of the page. If none are found the default deck is used and no tags are added. I think it would be better if :deck::
property was found in the page, check if one is given in the page the defines the namespace of the page (if the page is in a namespace).tags::
properties also in the page of the namespace and add it to the card.Example:
role of the mitochondria ? :-> the mitochondria is the powerhouse of the cell
in the pageunversity___freshman___biology___cell_functions
university_freshman___biology
could contain propertiesdeck:: biology
andtags:: biology
and they would be taken into account for blocks in cell functions.This can seem useless but there are cases where you create many pages in a namespace and having to specify those tags and deck over and over seems silly.
Describe how it will help your workflow
It would make it easier to add default tags and deck per namespace.
Describe alternatives you've considered
Adding those properties my self each and every time.
The text was updated successfully, but these errors were encountered: