Skip to content
This repository was archived by the owner on Jun 14, 2018. It is now read-only.
This repository was archived by the owner on Jun 14, 2018. It is now read-only.

Properly manage filenames #4

@silverhook

Description

@silverhook

I'm using ownNotes to write .markdown (which is the proper extension for it, not .md) files on ownCloud, which are then further processed into a blog using Pelican.

Therefore I need the filename extensions to be intact.

Currently ownNotes adds .txt to whatever the user enters in the first line of the note.

This in turn changes e.g. ownnotes-test.markdown into ownnotes-test.markdown.txt, which messes things up for me.

What's more, ownNotes sometimes shows the extension and sometimes not — this adds further confusion.

In order of my preference, here are some solutions:

  • actually show and use the full filename (preferably in a separate field or with a line drawn between or something visual);
  • add to options which file extension to use (e.g. .txt, .markdown, .note, custom);
  • just change the hardcoded settings to append .markdown instead of .txt.

P.S. Thanks for the wonderful app(s), BTW 😸

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions