Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing default extension "md" to "zkmd" doesn't work #118

Open
sysoeviy opened this issue Jan 6, 2021 · 0 comments
Open

Changing default extension "md" to "zkmd" doesn't work #118

sysoeviy opened this issue Jan 6, 2021 · 0 comments

Comments

@sysoeviy
Copy link

sysoeviy commented Jan 6, 2021

I want to change the default extention to "zkmd". But unfortunately it doesn't work. In sublime_zk.sublime-settings i wrote:

{
	// links like "[[199901012359]] and note title" instead of "[[199901012359]]"
	"color_scheme": "Packages/sublime_zk/Monokai Extended-zk.tmTheme",
	"insert_links_with_titles": true,
	// The preferred markdown extension    
	"markdown_extension": ".zkmd",
	"extensions":
	[
		"zkmd"	
	]
}

Even after this, when i type "[[" the plugin sublime_zk shows me only references to *.md files.

I use: windows 10 with the latest updates;
SublimeText 3: Build 3211.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant