markdownload icon indicating copy to clipboard operation
markdownload copied to clipboard

FR: Domain name variable but in a reversed format for more convenient sorting

Open Profile8647 opened this issue 3 years ago • 1 comments

Would you please add a variable like {domain} but with the domain URL parts reversed? I suggest the variable name {rdomain}.

Example:

{domain}: subdomain.domain.tld {rdomain}: tld.domain.subdomain

I would find this useful because it would allow me to more easily locate content from same websites with differnet subdomains when viewing an alphabetically sorted list of domain folders.

Example:

With {domain}

en.wikipedia.com/article.md www.google.com/article.md zh.wikipedia.com/article.md

With {rdomain}

com.google.www/article.md com.wikipedia.en/article.md com.wikipedia.zh/article.md

Thank you for your hard work and consideration!

Profile8647 avatar Feb 18 '23 02:02 Profile8647

In august last, this extension didn't add domain in reverse order.

I add this feature in my open source chrome extension: markClipper

Enable "domain" properties from extension from chrome web store Screenshot from 2023-08-24 00-29-28

Example: Screenshot from 2023-08-24 00-31-30 github link : mark-clipper - obsidian web clipper" Chrome web store: markClip - chrome web store

anilf01 avatar Aug 23 '23 19:08 anilf01