AssisrMatheus / sidebar-markdown-notes

Write down notes directly in the sidebar using markdown.
https://marketplace.visualstudio.com/items?itemName=assisrMatheus.sidebar-markdown-notes
GNU General Public License v3.0
30 stars 12 forks source link

Add configuration showWelcomeText #13

Closed ryanraposo closed 3 years ago

ryanraposo commented 3 years ago

Before anything just remember, its always your call. Sometimes your job is to say 'No' and if you want to back up on the feature itself, or any part of it, don't hesitate to say that to me or anyone.

Anyways! The changes:

AssisrMatheus commented 3 years ago

I tried running the extension but I got two issues:

Ps: I recommend installing the prettier + eslint extension, so it shows you errors and auto fixes available issues based on the project rules. It is not required though and you can use the cli if you prefer.

ryanraposo commented 3 years ago

I tried running the extension but I got two issues:

Ps: I recommend installing the prettier + eslint extension, so it shows you errors and auto fixes available issues based on the project rules. It is not required though and you can use the cli if you prefer.

👍will look into both.

ryanraposo commented 3 years ago

@AssisrMatheus alright so I added the behavior, but it raised some questions about states and persistence. I guess we need to establish what the case is for a few things, like new 'notebooks'. Or consecutive blank pages; should we disallow them? We could purge states on load of blank pages?

Whatever the system, it should update its index on pages and I was thinking the display might be something like this:

pageno

ryanraposo commented 3 years ago

@AssisrMatheus I think it'd be better to hold off on this feature and in the mean time think about the end-game for pages, states, and 'notebooks'.

After getting familiar with the extension and the codebase I want to walk it back and submit a new PR with just the update to configurations and how they're initialized.