ritchie
ritchie
@masatake >Is this written in the standard markdown syntax? No it's not markdown, it's it's frontmatter language yaml. Special information(meta data) used by static site generators like [hugo](https://gohugo.io/content-management/front-matter#readout) and how...
> Could you consider putting your frontmatter.ctags to your git repository at GitHub with the following header? You want to use my frontmatter.ctags in your repo? I'm ok with that...
@masatake >From your .ctags, I learn "tag" is one of the kind. How about title? I think users expect title is also extracted. I think it's up to the users...
@masatake Thanks, it looks like that will work but there are a few issues. * As I mentioned ealier it's parsing my Makefile instead of markdown only files. See the...
@masatake I'm still getting relative paths, but that's ok because it doesn't matter because the tags file will always be in the root directory and it can find it with...
@masatake Thanks, that works. 👍
@masatake I'm fairly new to ctags, I know enough to get by. I usually build with brew. I'm not sure if file name alone is good for all cases in...
I have the latest now, let me know what I have to do next. Thanks ```sh Universal Ctags 5.9.0(63f5d380), Copyright (C) 2015 Universal Ctags Team Universal Ctags is derived from...
Yes, something like that but a gui version since this is Macvim. This is what I'm talking about.  I don't really use the project files '.vscode' but I'm sure...
> Where is the root directory? or / is the root directory and we show tree as NerdTree? Make it work the same way vscode works. I'm not a big...