makemd icon indicating copy to clipboard operation
makemd copied to clipboard

Results 255 makemd issues
Sort by recently updated
recently updated
newest added

I would like to open a note I found with blink directly in a new pane by some keyboard command (e.g. CTRL + Enter).

Unrelated to compatibility mode. I've been trying charting plugins today. In particular https://github.com/pyrochlore/obsidian-tracker has commands to inject templates and https://github.com/caronchen/obsidian-chartsview-plugin has a wizard command that works in pages but not...

## Output `Error: e.padStart is not a function` ## Source https://github.com/Make-md/makemd/blob/2e94f537fbd42e15c8b8fb4533bf4bdb380ebcd0/src/core/utils/formula/formulas.ts#L988-L990 ## Solution ```ts 'pad': (num: number, length: number, char: string) => { return num.toString().padStart(length, char.toString()); }, ```

I attempted with SVG, WebP, and PNG with formula and manually entered URLs with `Image` type. In each case they rendered correctly in table view.

I created a `Week` number formula to group my daily notes. I wanted to group them most recent first but I their sort order isn't configurable.

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)

This PR adds two new options to the settings menu, which allow you to toggle using vanilla emojis and lucide icons as stickers separately. I was getting annoyed by all...

## 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...

First when I make changes the icons are showing, but when I close obsidian and open it again all the icons are getting removed. I am using iconize through obsidian...