Closed mohkale closed 4 years ago
Okay, now I've also added support for converting org files outside of collections as well... to do so, I had to basically refactor the entire code base and convert every org file on a case by case basis; meaning that any file you encounter with a .org extension is converted while it's being read (regardless of where it's read from) and then the actuall OrgConverter class just returns it as is (which I believe is what the initial intent was behind this plugin).
Honestly... it's kind of a hackish solution and I'm pretty sure it'll crash when you try it out on more complicated org files 😟😟😟. I haven't really got any, so I'd like to ask that you heavily test everything before accepting it.
After this, the only thing left to do is add syntax highlighting for code blocks and this plugin we'll be perfect 😄😄😄.
still have some issues with converting any files, regardless of if their in a collection or not, so pushing this out first.
This pull request addresses issue #37