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

Add variants for {title} placeholder for formating #54

Open
rambip opened this issue Aug 14, 2022 · 1 comment
Open

Add variants for {title} placeholder for formating #54

rambip opened this issue Aug 14, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@rambip
Copy link

rambip commented Aug 14, 2022

100% percent of my obsidian notes have the same title format: letters and dashes

I tried to set the "note to clip to" to clipping-{title} but it gets really ugly with the spaces and special characters.

It would be really nice to have variants (like {title:snake-case} or {title:kebab-case}) to be able to get a more clean title.

Related to #45

@rambip rambip added the enhancement New feature or request label Aug 14, 2022
@rambip rambip changed the title Add variants for {title} placholder for formating Add variants for {title} placeholder for formating Aug 14, 2022
@rambip
Copy link
Author

rambip commented Aug 14, 2022

I think I found a solution for my usecase:

title:

clippings/{zettel}

content:

---
aliases: {title}
tags: clipping
---

# Source
[{title}]({url})

# Content
{clip}

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

No branches or pull requests

1 participant