Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

FR: Allow arbitrary formatting of title #33

Open
SkepticMystic opened this issue May 19, 2022 · 0 comments
Open

FR: Allow arbitrary formatting of title #33

SkepticMystic opened this issue May 19, 2022 · 0 comments

Comments

@SkepticMystic
Copy link

This could be a difficult one. What I'm looking for is to be able to pass the note title thru any JS function that returns a string, and have the output displayed instead.

My main use case is the split dendron note names:

Math.Linear Algebra.MatrixMatrix

I'd be able to supply a function:

function dendronSplit(title) {
    return title.split('.').last()
}

This might be much more than is necessary or useful, but I imagine others would like to be able to format the title.
Even if you just allow a specific option to split dendron note titles, I'm happy. But this option is more extensible

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant