Jason Qin
Jason Qin
I see. I'm way more familiar with the Typescript approach, as I help code another plugin. I might hold off on working on it for now, as *exporting to standard...
I [talked with the Obsidian devs](https://forum.obsidian.md/t/export-to-standard-markdown/63089) about whether *exporting to standard markdown* is still a planned feature. They told me the feature will come later and to go ahead with...
@vanem I'm not trying to convert just to standard Markdown, I'm trying to preprocess Obsidian notes into standard Markdown so that this plugin works correctly. The chief issue with this...
This is pretty cool! I presume we still have to convert to relative file paths though?
@FeralFlora Gotcha. Currently I'm testing with the following: ``` Arguments: -f markdown+wikilinks_title_after_pipe+mark+lists_without_preceding_blankline --resource-path="${currentDir}" --resource-path="${attachmentFolderPath}" --lua-filter="${luaDir}/pdf.lua" ${ options.textemplate ? `--resource-path="${pluginDir}/textemplate" --template="${options.textemplate}"` : ` ` } --embed-resources --standalone -s -o "${outputPath}" -t...
@mrlinuxfish This is a different issue tracked in #14 .
@FeralFlora Sounds like a plan! I'll get working on a PR for it then.
After some testing, this seems to be a bug with the [Text Generator plugin](https://github.com/nhaouari/obsidian-textgenerator-plugin). I will [ask](https://github.com/nhaouari/obsidian-textgenerator-plugin/issues/180) that dev to fix the problem and report back with any news.
I had a similar issue involving emojis with the dataview plugin [here](https://github.com/blacksmithgu/obsidian-dataview/issues/1502). To fix it, they [changed the regex](https://github.com/blacksmithgu/obsidian-dataview/pull/1608) they used to parse tags. I suspect a similar problem afoot...
> Thanks @florenciagithub , but I want it with black text, because it has better contrast with the highlighting. How should I do it? > > I'm using minimal theme...