Giter Site home page Giter Site logo

vscode-notepad's People

Contributors

devon7925 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

webia1

vscode-notepad's Issues

Can I use Notepad Notebook Extension for Question Forms?

Thanks a lot for providing the Notepad Notebook Extension!

I am currently evaluating, if I could use it for some "simple question-forms" for my students with storing the answers in markdown-files on the local file system (web-access is deactivated for my students).

The following image is an example for what I have achieved so far using your extension:
grafik

The file contents are straight forward:

# Questions

### 1. RISC and CISC

Describe the differences between **RISC** and **CISC**:

```txt

```

---

### 2. Von Neumann architecture

![test](./img/von-neumann-01.png)

Fill in the names of the individual components according to above picture:

```txt
1. 
2. 
3. 
4. 
5. 
6. 
```

As you can see, I am using regular markdown to describe the questions including some images if needed and code blocks as kind of a free text form field where students put their answers into.

In order to make the questions as much "read only" as I could, I am using the following VSCode workspace settings:

  "notebook.diff.enablePreview": false,
  "notebook.globalToolbar": false,
  "notebook.globalToolbarShowLabel": "never",
  "notebook.insertToolbarLocation": "hidden",
  "notebook.markup.fontSize": 14,
  "notebook.showCellStatusBar": "hidden",
  "notebook.dragAndDropEnabled": false,
  "notebook.consolidatedOutputButton": false,
  "notebook.cellFocusIndicator": "gutter",
  "notebook.cellToolbarVisibility":"click",
  "notebook.compactView":true,
  "notebook.showFoldingControls":"mouseover",
  "notebook.breadcrumbs.showCodeCells": false,
  "notebook.cellToolbarLocation": {
    "default":"hidden"
  },
  "notebook.navigation.allowNavigateToSurroundingCells":false,

This seems to work pretty well so far: If I click into a code block, I can enter my answer which is the stored by the auto save feature of VSCode.

So far, so good 😄

One problem, that I am currently struggling with, is the behaviour in case of a double click:

If I double click on the area outside of a code block, I can enter the edit mode of the surrounding notebook cells, e.g.

grafik

This would allow anybody to modify my questions to something they prefer ...

So I think, at the moment, I would have two questions:

  1. I guess I am using your extension beyond your original scope. Am I moving away too far?
  2. Would it be possible to block the double click event? I have searched the VSCode settings but could not find anything so far.

Many thanks and best regards,

 Georg

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.