- :block/uuid was a string
- no timestamps on whiteboard blocks
- no created-at on whiteboard shape blocks
Also added missing page attributes for whiteboard page. Initially I
modeled whiteboards as its own schema type with fewer page attributes
but then I noticed it got format and journal? when referenced so just
added the missing attributes. Fixes LOG-2915
* Added new translations into Brazilian Portuguese.
* Made new adjustments to translations
* Made new adjustments to translations
* Fixed tutorial path
* Translation files passing the test
* Improved dummy translation
* Improved dummy translation
* Improved translation
* Improved translation
* Improved translation
Also converted old whiteboard icon filter to use this as it
is a more useful as the only filter. For example, if there are 50 existing pages
and 10 whiteboard pages, when a user selects whiteboard as a filter
they want to see the 10 whiteboard pages, not 60 pages with 10 of them
being whiteboards
Fixes LOG-2912
Also complete page-tags filter with original case so that resulting query is
case sensitive. As much as possible the query builder should result what
users would type in the editor and users would type case sensitive page
refs. Also update scripts to reflect that property values should be
written as page refs for :date and :page properties
This should fix#10400.
After a multiline text selection in PDF, the first rectangle in sel-range is a incorrect "noise", not relevant to the selection range. The underlying cause is not clear to me. Note that it's a universal problem when doing mutliline highlights, even though most of the time it does not have any effect on user experience.
This commit is a working hotfix. And very possibly there would be a better solution after looking into the update mechanism of the variable `sel-state` used here. But I have no enough experience to dive into this.