redsolver / noteless

A Markdown-based note-taking app for mobile devices.
MIT License
495 stars 44 forks source link

Browse notes by directory structure #64

Open esm7 opened 3 years ago

esm7 commented 3 years ago

Hi, Noteless is nice and sleek, but for the purpose of interoperability with other Markdown editors (e.g. desktop apps like Obsidian), I'd love to have it center around a standard directory structure and be able to just read Markdown files with links and tags. The current structure just makes it very unnatural to use Noteless as the mobile front for an existing Markdown repo.

redsolver commented 3 years ago

You can currently already enable "Show virtual tags" in the settings to browse notes by subdirectory. As far as I understand you also want to create new notes in a subdirectory, right?

esm7 commented 3 years ago

Yes, in essence what I want (and I'm sure many users will appreciate) is interoperability with desktop Markdown editors, and most of these (at least the standard ones) are based on a directory view.

On Sat, Nov 28, 2020, 17:08 redsolver notifications@github.com wrote:

You can currently already enable "Show virtual tags" in the settings to browse notes by subdirectory. As far as I understand you also want to create new notes in a subdirectory, right?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/redsolver/noteless/issues/64#issuecomment-735242277, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACRZ2YDUKALCXSXLQJDHHYLSSEHAPANCNFSM4UDQFDWA .

redsolver commented 3 years ago

Noteless aims to be compatible with Notable (https://notable.app/) which uses a flat directory structure. Maybe I will add support for interoperability with other directory structures of other desktop apps in the future.

redsolver commented 3 years ago

I just published Version 1.4.6 (https://github.com/redsolver/noteless/releases/tag/v1.4.6) which contains a new experimental "Dendron" mode which can be enabled in the settings. This mode improves compatibility with other Markdown-based note-taking tools which save all Markdown files directly in one root folder together with attachments (images, ...) and have filenames which are different from the Markdown title. With this mode you can basically just select a folder in the settings and Noteless then loads all Markdown files in that folder. In addition, it shows the filename and path in the note list and editor.