Replies: 7 comments
-
Code block parametersIn the https://github.com/mayurankv/Obsidian-Code-Styler plugin, they're using various text on the leading code block fence to change parameters for this block. I would like to have the same kind of functionality for Dataview. Some parameters I would like to add parameters for:
|
Beta Was this translation helpful? Give feedback.
-
User functionsLike in Templater I would like to have the possibility to add user functions. I imagine these being available for both DQL and dvjs queries (if possible), with some prefix. So say you defined a I'm still debating with myself whether I would want to define such functions within a dedicated folder using pure javascript, or whether it should be possible to define within a normal markdown file, and possibly allow for pure DQL functions. For the latter I'm not sure how that would allow for input parameters though. (Could possible be defined in the code block parameters? ) I do kind of liking the notion of defining them in ordinary markdown files, since that could allow for easy documentation of the function (and we could share the note with your custom functions), or in-place functions related to that particular page having special needs. It could however be slightly harder to maintain possibly, if care is not taken |
Beta Was this translation helpful? Give feedback.
-
Access to tables?I'm also wanting to have some sort of access to existing tables, but this is could be a major thing, so I'm not sure how to address this in the current setup. |
Beta Was this translation helpful? Give feedback.
-
QoL functionsVarious smaller functions I've been thinking about:
|
Beta Was this translation helpful? Give feedback.
-
Extended task functionsNot sure if these should make into the repository as ordinary functions, or if they should rather be presented as example functions related to how one could handle tasks within tables, but I've been contemplating on something like the following functions:
|
Beta Was this translation helpful? Give feedback.
-
Locale support in date functionsBeing a Norwegian I sometimes encounter various issues related to how the locale is predefined as Could possibly be related to #571 |
Beta Was this translation helpful? Give feedback.
-
Extend canvas functionalityI believe some things needs to be done, but I'm not sure what. This is to be discussed in #2534 |
Beta Was this translation helpful? Give feedback.
-
Here I'm going to mention some of the larger ideas I would like to implement at some time in the feature. Thinking of it as a possible roadmap, where nothing is set in stone. It's more of a scratchpad where I mention various thoughts I've had, and there is no particular order in how the ideas is going to come (or be implemented). If you want to contribute/comment on either of the ideas, be sure to reply to that specific feature comment.
Beta Was this translation helpful? Give feedback.
All reactions