macrojd / tag-summary

58 stars 8 forks source link

Can't get plugin to work with tables #34

Open AdrianeNS opened 6 months ago

AdrianeNS commented 6 months ago

I have this table in my notes that I'm trying to use the plugin with. Here is what it looks like:

BASH/Directories

Path Description
/ *See above
/bin Essential command binaries
/boot Static bootloader, kernel exe and files required to boot linux
/dev Device files to facilitate access to every hardware device attached
/etc Local system config files. Config files for installed apps may be saved here as well
/home Each user on the system directory has a subdirectory here for storage
/lib Shared library files required for system boot
/media External removable media devices such as USB drives mounted here
/mnt Temporary mount point for regular file systems
/opt Optional files such as as third-party tools can be saved here
/root Home directory for root user
/sbin Executable used for system admin (binary system files)
/tmp Temp files. Generally cleared on boot
/usr Exe, libraries, man files, etc.
/var Directory contains variable data files such as logs, email in-boxes, web app related files, etc.

However, the plugin says, "There are no blocks that match the specified tags. Does this plugin not support tables?
Thank you!

AdrianeNS commented 6 months ago

Nevermind! It was a syntax issue and I've fixed it.