-
To classify my notes I use filenames like
I started to use this syntax a few years ago, when Markor only supported search in file names but not in file content. Having a lot of notes makes the navigation anyway a bit hard. My idea is an additional nested navigation tree, based on this dot based naming. In the example the tree would be
additionally I would suggest to use a syntax inside the file content to allow to add additional virtual file names, following the same convention. And these entries should be used to place the file additionally in other places in the tree. Therefore a file can have one real file name and optionally multiple virtual filenames. For example, if the first file gets an additional virtual filename The implementation of the virtual filename syntax could or should be different per content type (Markdown, AsciiDoc, ...). For example in Markdown this could be a specific comment or something inside a yaml header, AsciiDoc has document properties. I know that there are valid arguments against scanning file content for additional metadata. But I have not so much ideas, how to add additional metadata. An idea would be something similar to exif or xmp data in photos, which can be embedded into the file or can be provided in sidecar files. sidecar files could be an interesting option, because it would avoid the need to scan the main files content. The common and known sidecar XMP file format could be used. There could be just additional files like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
No plan to make an additional virtual abstraction to filename/folders. However you can search for files and their contents, with/without regex, as well have it in subfolders or not. I personally would keep the categorization to certain degee, but move off files into subfolders still in meaningful way. (i.e. don't have a folder with thousand files). Allows to find it in all other applications & filemanagers easy too. |
Beta Was this translation helpful? Give feedback.
No plan to make an additional virtual abstraction to filename/folders.
However you can search for files and their contents, with/without regex, as well have it in subfolders or not.
I personally would keep the categorization to certain degee, but move off files into subfolders still in meaningful way. (i.e. don't have a folder with thousand files). Allows to find it in all other applications & filemanagers easy too.