(no title)
sbdncuvh | 3 years ago
When I opened the folder the app showed me 1-2 files from years ago.
Apparently it only supports .md files.
I literally laughed out loud and deleted the app from my computer.
You've got a damn knowledge map but handling txt files is beneath you?
That app is doomed to obscurity.
TotempaaltJ|3 years ago
Quite arrogant to assume that an app not supporting /your/ specific note-taking workflow means it's "doomed to obscurity". It's a popular app with plenty of users, a healthy plugin community, and a team of six building it. I think that pretty obviously proves you wrong.
If you were actually interested in trying it out, you could've simply run a quick find command.
find . -name "*.txt" -exec rename -v 's/\.txt$/\.md/i' {} \;
sbdncuvh|3 years ago
regularjack|3 years ago
mpawelski|3 years ago
The only annoying thing was that in my text files I often used indentation to group stuff and in markdown indented text is treated as code block.