Giter VIP home page Giter VIP logo

dendronline's Introduction

dendronline's People

Contributors

b3b00 avatar olduh29 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

fossabot

dendronline's Issues

when saving, new sha is not returned.

scenario :

  1. edit a note and save it
  2. edit it again
  3. save

what happens :
the save is rejected with
image

explanation :
When first saving the new note sha is not returned so at 2nd save back end acts as it is a conflict.

solution
when returning from a save :

  • backend must send
    • the complete new dendron tree
    • the new note's sha
  • front end must
    • update the note's sha in store

manage links to other notes

Allow cross notes link to be easily managed.
As a reminder cross note links are encoded as
[[name-of-the-linked-note]]

On View view :

  • when displaying the markdown preview with SvelteMarkdown componentn the content must be preprocessed. Given a link to note with name note-name and description note description, change [[note-name]] to [note description](#/View/note-name), so the markown processing will generate a link

On Edit view :

  • add a way to choose a note name (maybe also displaying the note description but that may be to clumsy on small screens)
  • when selecting the note insert the convenient [[note-name]] markdown in the textarea.

export a note as pdf

study if feasible.
Export note completly, including

 sections with highlight : think mermaid graphs

mark repository as favorite

User can mark a repository as favorite.
When connecting back dendronline automatically opens this repository.
User can then move to another repo if needed.
User should not have to wait the favorite repository loading to move to another repo.

Error management

Manage errors at backend level

  • conflicts when editing modified/deleted note (get sha to FE)
  • when deleting deleted notes

Delete note

Allow note deletion from très.
Ask for children delete ( récursive delete)

add checkbox in View mode for - check list item

On view mode :

  • mandatory : For each check list item either - [ ] todo or - [X] done , display a check box (aither respectively unchecked or checked). checkboxes must be disabled. checking or unchecking will be done through Edit mode.
  • optional : Later this could be improved enabling checkboxes. This will allow to partially edit the note while in View mode.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.