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

'tag:' appears twice in new note #35

Open
Tele-Pet opened this issue Nov 3, 2015 · 1 comment
Open

'tag:' appears twice in new note #35

Tele-Pet opened this issue Nov 3, 2015 · 1 comment

Comments

@Tele-Pet
Copy link

Tele-Pet commented Nov 3, 2015

Upon creating a new note, I'm seeing tags: twice. For example:


---
title: 
date: 2015-11-03 10:00:03
tags: 
tags:
---  

My preferences look like this:

{
  "root": "/Users/mbp/Dropbox/documents_dropbox/master_notes/",
  "archive_dir": ".archive",
  "jotter_color_scheme": "Packages/PlainNotes/Color Schemes/Sticky-Yellow.tmTheme",
  "jotter_date_format" :"%d %b %Y",
  "jotter_time_format": "%I:%M %p",
  "note_save_extension": "note",
  "note_file_extensions": ["md","note"],
  // "enable_yaml": true,
  "note_yaml" : ["tags"],
  "list_options" : {
    "display_modified_date": false,
    "display_folder": false,
    "display_full_path": false
  }
}

Is there a way to only tags: one time? Or, perhaps I'm understanding a function of having it there twice? Thanks

@Hualin
Copy link

Hualin commented Jan 16, 2016

remove "tag" from "note_yaml" then you got only one tags. I assume "tag" is hard-coded and the author forget it.

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

2 participants