dendron-site icon indicating copy to clipboard operation
dendron-site copied to clipboard

Site Reorg Follow-up tasks

Open ScriptAutomate opened this issue 2 years ago • 4 comments

These tasks are remaining after work done for the initial site reorg, as discussed in https://github.com/dendronhq/dendron/discussions/1665

More info

For organizing, if you look at FAQ or CLI, they are either random or alphabetically ordered. We want to order them the same way we do our user guide

  • Basics: fundamental core features of Dendron
  • Editing
  • Retrieving
  • Organizing
  • Sharing
  • Transferring: move notes to other places (pods)
  • Extending: extending Dendron (note type system, custom pods, hooks)

ScriptAutomate avatar Nov 14 '21 21:11 ScriptAutomate

Comments from the community discord, to confirm these are resolved upon completion of reorg:

I also think that the documentation at https://wiki.dendron.so/ could be improved to resolve the following issues

  1. If you go to https://wiki.dendron.so/ and only look at the content in the left sidebar, there seems to be no entry for Publishing at all (unless I'm being blind. That's possible). I only found the publishing page at https://wiki.dendron.so/notes/4ushYTDoX0TYQ1FDtGQSg/ by dumb luck, because I already knew that Dendron supported publishing. There seems to be no way to get to https://wiki.dendron.so/notes/4ushYTDoX0TYQ1FDtGQSg/ from the left sidebar at https://wiki.dendron.so/
  2. I then noticed that a lot of useful stuff is at https://wiki.dendron.so/notes/7a7af2fa-b9d0-4adc-81e6-f03186123539/ . However, there seems to be no way to get to that page from the left sidebar at https://wiki.dendron.so/
  3. The left side bar at https://wiki.dendron.so/ has 'User Guide', 'Guide', 'Concepts' as top level menu entries. It is not immediately clear what the differences are. E.g. What is the difference between 'User Guide' and 'Guide' ? These could be all merged under 'User Guide' or could have more descriptive titles. Also, I'd have expected that at least one of these have 'Publishing' as a sub-link in the left bar, but they do not.

ScriptAutomate avatar Dec 09 '21 21:12 ScriptAutomate

@ScriptAutomate Are there PRs for the tasks already? Let me know if I can pick something as a contribution.

hrmnjt avatar Dec 16 '21 14:12 hrmnjt

Are there PRs for the tasks already? Let me know if I can pick something as a contribution.

@hrmnjt Hey! If still interested, would you like to take a look at the task:

  • Merge [[dendron._ref.terms]] with [[dendron.concepts]]

It would be a great one to start with. It's pretty much:

  • Create a new, local branch from dev in a fork of this repo
  • Run Move Header command for each header in dendron._ref.terms to dendron.concepts
  • For Command Palette, since it is already in dendron.concepts, simply manually/temporarily rename the existing Command Palette header in dendron.concepts (don't use Rename Header for this) before doing Move Header of Command Palette from dendron._ref.terms. Then review and combine the contents of both of those headers in dendron.concepts again.
  • Then Delete Node on dendron._ref.terms. This should show, after doing the above steps, that no remaining notes are impacted
  • Submit PR against dev branch

ScriptAutomate avatar Jan 04 '22 06:01 ScriptAutomate

Great. Let me check out dendron._ref and raise PR

hrmnjt avatar Jan 06 '22 15:01 hrmnjt