notes icon indicating copy to clipboard operation
notes copied to clipboard

extension .md as default for every new user

Open markushub opened this issue 4 years ago • 4 comments

Is your feature request related to a problem? Please describe. Open notes files on pc - opens it in normal text viewer as normal text because of the extension .txt (no markdown format)

Describe the solution you'd like Option to set .md for markdown as default extension for all new user

Describe alternatives you've considered notify every new user to manually set .md as default

Additional context I know the setting in option in the bottom left of the Web UI, but it is only for one (current) user

markushub avatar Nov 21 '20 15:11 markushub

As a workaround, I use the OCC command line to apply this default setting to new users :

occ user:setting username notes settings '{"fileSuffix":".md","notesPath":"Notes"}'

Baptistou avatar Nov 27 '20 16:11 Baptistou

Hi @Baptistou, I would love to implement your solution in my nextcloud but I am nooby and I am not able to understand how I can make the command occ work on my machine. I tried to understand the documentation without success. I receive occ: command not found

I would be glad about any help!

I run Nextcloud 22.2.3 on a RaspberryPi installed from OwnYourBits.

pat-githubber avatar Jan 17 '22 12:01 pat-githubber

Hi @pat-githubber, you need PHP in order to launch occ.

occ is in the nextcloud/ directory; for example /var/www/nextcloud on Ubuntu Linux. occ is a PHP script. You must run it as your HTTP user to ensure that the correct permissions are maintained on your Nextcloud files and directories.

Depending on your machine, you can define an alias as below : alias occ='sudo -u www-data /usr/bin/php7.4 /path/to/nextcloud/occ'

Baptistou avatar Jan 17 '22 15:01 Baptistou

I put a thumbup 👍 , As Notes use default markdown syntax, it would be really great that wd could define .md as default file format.

BTW, I love this app, simple and very efficient, thanks a lot guys for your hard work on it !

daeavelwyn avatar Jun 09 '22 21:06 daeavelwyn