Jimmy Mabey
Jimmy Mabey
Columns wrapped in `deferred()` are not recognized as a column and are typed as `Any`. SQLAlchemy docs: https://docs.sqlalchemy.org/en/13/orm/loading_columns.html#deferred-column-loading ```python from sqlalchemy import Column, Integer, String from sqlalchemy.ext.declarative import declarative_base from...
When running multiple formatters, Neoformat doesn't account for lines being added or removed by individual formatters. It just passes the same number of lines to next formatter which can cause...
* Add `codeFold` and `codeFoldContent` values to `ReactDiffViewerStylesOverride`. This fixes a type error that occurs when attempting to override these styles: > Type '{ variables: { light: { removedBackground: string;...
**Describe the bug** The fullscreen toggle isn't truly fullscreen. The content area is maximized by hiding the sidebar and slide navigation (as expected), but the browser's fullscreen API is not...
Upgrading from 1.5.1 to 2.0.3, I'm getting an error with `update` calls that omit the `modelSchema` argument. For example: ```ts import {serializable, update} from "serializr"; class User { @serializable public...
### Discussed in https://github.com/mabeyj/trilium-collection-views/discussions/49 Originally posted by **TheBig-O** December 29, 2023 I'm not sure this is possible but I'd like to show a truncated version of a note's text as...
Related: https://github.com/mabeyj/trilium-collection-views/discussions/38 Add special relations that refer to a note's parent note (`$parent`) and all ancestor notes (`$ancestors`). All ancestors would include multiple notes (parent, grandparent, etc.). Cloned notes have...
Add a `footer` setting for tables that performs a count, sum, or other calculation on values in the column. Example: `#attribute=value,footer=sum` Possible functions: * `count`: Number of notes/rows * `countDefined`:...
Add a calendar view: * Ability to select month/year * Next/previous month buttons * Today button * Start and end date attributes need to be specified in Render Note configuration