Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature update documentation 0.5.64 #2224

Merged

Commits on Feb 3, 2024

  1. Reordered function list according to documentation order

    In order to easier see which functions lacks documentation, the list is reorder to match the documentation of all functions.
    holroy committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    76952f5 View commit details
    Browse the repository at this point in the history
  2. Updated the documentation on functions according to 0.5.64

    Added a few missing functions to be documented, and some aliases to be listed within the documentation.
    holroy committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    dee2a58 View commit details
    Browse the repository at this point in the history
  3. Corrected round() example

    holroy committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    ec115cc View commit details
    Browse the repository at this point in the history
  4. Check and fetch a version of obsidian-dataview

    Clarified how to check which version of obsidian-dataview the "npm install obsidian-dataview" installed, and how to get a specific version.
    
    Completes blacksmithgu#1625 ( from https://github.com/blacksmithgu/obsidian-dataview/projects/15#card-87060855)
    holroy committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    418cbd2 View commit details
    Browse the repository at this point in the history
  5. FAQ: Styling query results

    Related to blacksmithgu#925, this documentation shows how to target the dataview results, and even throws in an extra tip related to uniquely targeting a table.
    
    See also https://github.com/blacksmithgu/obsidian-dataview/projects/15#card-86490429
    holroy committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    c20b355 View commit details
    Browse the repository at this point in the history
  6. Possible addendum to style FAQ documentation

    Not sure if we like to link to external sites, but since it's @sblu, I wanted to also add this paragraph into the documentation.
    holroy committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    735206e View commit details
    Browse the repository at this point in the history
  7. Added note on dateformat() returning a string

    Completes the documentation on blacksmithgu#1401, which would allow that to be closed.
    
    https://github.com/blacksmithgu/obsidian-dataview/projects/15#card-86490433
    holroy committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    ab02e5a View commit details
    Browse the repository at this point in the history
  8. On field shorthands added a hint to Tasks

    As described in blacksmithgu#1520 added a hint to the Tasks plugin related to using emojis with dates in tasks.
    holroy committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    94f9096 View commit details
    Browse the repository at this point in the history
  9. Added note on the use of visual, and a split

    Changed some text related to the implicit field visual of the task metadata from blacksmithgu#523, (and threw in a little addition on flattening tasks/lists)
    
    See also https://github.com/blacksmithgu/obsidian-dataview/projects/15#card-86490454
    holroy committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    7ad7878 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    18a10d7 View commit details
    Browse the repository at this point in the history
  2. Update format of render.ts

    The format of render.ts keeps bugging other PR's...
    holroy committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    7553c69 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Merge branch 'master' into feature-update-documentation-0.5.64

    Michael "Tres" Brenan authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cb8e21a View commit details
    Browse the repository at this point in the history