fletcher / MultiMarkdown

Expanded perl version of John Gruber's original Markdown --- No longer under active development since MMD 3
http://fletcherpenney.net/multimarkdown/
1.07k stars 532 forks source link

Is there an alternative symbol to hashtags in citations? #62

Closed ANN-4-BE-11-A closed 2 years ago

ANN-4-BE-11-A commented 2 years ago

I'm using Multimarkdown in Obsidian. If you're not aware, Obsidian is a text editor that works with a folder of Markdown files. Thing is, I use a plugin with Obsidian called Tag Wrangler that gives me a list of my tags. However, it also picks up the citekeys. That happens because it searches for specific text that follows a hashtag. So, I get something like this in the list:

  1. zettelkasten

  2. zotero

  3. foo-2016-fs

  4. deliberation

Here, the third item is a citekey.

This raises the question: Is there another symbol that I could use in place of hashtags?

Alternatively, I could ask the creator of the plugin to remove any tags that have a [ before them. But, I didn't know who to ask first, so I just flipped a coin and you were the one.

fletcher commented 2 years ago

There is not a way to modify the character used for citations in MultiMarkdown, short of modifying the source code itself.

Fletcher

On Tue, Feb 1, 2022 at 9:14 AM Annabella @.***> wrote:

I'm using Multimarkdown in Obsidian. If you're not aware, Obsidian is a text editor that works with a folder of Markdown files. Thing is, I use a plugin with Obsidian called Tag Wrangler https://github.com/pjeby/tag-wrangler that gives me a list of my tags. However, it also picks up the citekeys. That happens because it searches for specific text that follows a hashtag. So, I get something like this in the list:

  1. zettelkasten

  2. zotero

  3. foo-2016-fs

  4. deliberation

Here, the third item is a citekey.

This raises the question: Is there another symbol that I could use in place of hashtags?

Alternatively, I could ask the creator of the plugin to remove any tags that have a [ before them. But, I didn't know who to ask first, so I just flipped a coin and you were the one.

— Reply to this email directly, view it on GitHub https://github.com/fletcher/MultiMarkdown/issues/62, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAXYKPB2MFI3WWAX57HFILUY7TC5ANCNFSM5NJINCIA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Fletcher T. Penney @.***

ANN-4-BE-11-A commented 2 years ago

Oh, I see. I'll ask the creator of Tag Wrangler for help then. Thank you very much for your time!