obsidian-todoist-plugin icon indicating copy to clipboard operation
obsidian-todoist-plugin copied to clipboard

deactivate heading / name

Open mmfs37 opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe. I do want the option to deactivate name instead of leaving the space. it looks ugly if there is about 3 lines of space. I know that is also my fault with styling headings this way etc but still deactivating the name would be nice

Describe the solution you'd like If this is typed:

"name": “”, then there should be nothing. "" is the code for nothing, so the line for the title dissappears. Alternative would be "name":Null,

Describe alternatives you've considered going in my style options and minimizing that heading that todoist plugin uses to minimum, and never using that heading for personal use ever again. but that would be a big price to pay, I love my different headings

Additional context

mmfs37 avatar Apr 04 '22 18:04 mmfs37

+1.

I would love to use todoist task as an inline section without the name and extra space. I think only the filter value is needed and there should be a possibility to omit the name property

marekbrze avatar Apr 11 '22 08:04 marekbrze

bump, is there any progress regarding this?

KevinYobeth avatar Jan 23 '23 11:01 KevinYobeth

Making this optional won't be too difficult - I'll look into this for the next release. As a possible workaround, you can add:

h4.todoist-query-title {
	display: none;
}

as a custom CSS snippet to globally hide all query titles

jamiebrynes7 avatar Apr 08 '23 14:04 jamiebrynes7