Texas Toland

Results 46 issues of Texas Toland

I wasn't sure about syntax and found out formulas use math.js for parsing! I think a short overview and link to their reference would help: https://mathjs.org/docs/expressions/syntax.html

I like cards view but it's often impractical without property names to explain multiple numbers for example. As usual I'm willing to PR 🙏🏼 ![Image](https://github.com/user-attachments/assets/71a8ae6d-3d8d-44f1-9553-20a8e0b919ac)

## Problem I tried to add number-type formula fields but they were concatenated as strings. ## Cause `prop` always reads formulas as type `fileprop`: https://github.com/Make-md/makemd/blob/10df20706990e77c0180bbfa2488b1ec51910844/src/core/utils/formula/formulas.ts#L814-L823 Instead of parsing it from...

I assume the rules are just in the wrong order in the patterns array. ```yaml patterns: - include: #should highlight as comment - match: | (?x) ( this|that # should...

## Is Your Feature Request Related to a Problem? Please Describe. I configured https://github.com/GoodbyeNJN/obsidian-plugin-prettier as my post-lint command. It took a long time to read through the rules and decipher...

rule suggestion

Possibly minor because I assume most Git users store their vault in private repos. In principle sensitive data (as well as caches) should be stored separately from config/settings for versioning...

enhancement