No description
Find a file
2022-07-16 16:01:58 +02:00
.gitignore add new advanced settings. Add indentation 2022-05-19 12:05:43 +02:00
file-suggest.ts add file suggestion in settings 2021-09-23 14:44:20 +07:00
LICENSE Create LICENSE 2021-08-31 17:21:39 +07:00
main.ts add feature to insert questions into cursor location 2022-07-16 16:01:58 +02:00
manifest.json add feature to insert questions into cursor location 2022-07-16 16:01:58 +02:00
package.json 0.12.1 2022-05-19 16:52:44 +02:00
README.md add feature to insert questions into cursor location 2022-07-16 16:01:58 +02:00
rollup.config.js Initial commit 2021-08-26 10:45:45 +07:00
suggest.ts add file suggestion in settings 2021-09-23 14:44:20 +07:00
tsconfig.json Initial commit 2021-08-26 10:45:45 +07:00
versions.json add feature to insert questions into cursor location 2022-07-16 16:01:58 +02:00

Random Structural Diary Questions

Answer on random questions of your diary to get new thoughts; This plugin use a prepared list of questions if you doesn't have one. There is the list - https://zttl.wiki/Structural-diary-b5ecbe5e0dd643b1a868bd773b34094b

Update 1.1.0

Now by default plugin picks number of question from the whole file. You can change this behaviour to old style in plugin settings.

You can setup your own questions for example

    #Section1
        Question1
        Question2
        Question3
    #Section2
        Question1
        Question2
        Question3
    #Section3
        Question1
        Question2
        Question3

And fill this filename in plugin settings. It's important to keep section headers as # headers. Also questions separated by linebrakes \n. So, please write your questions by one at line.

Also you can setup number of questions from each section. Use the template sectionNumber-numberOfQuestions;sectionNumber-numberOfQuestions; Like 1-3;2-2;4-0 - it takes three questions from first section, two from second and zero from fourth; If section ommited then number of questions picks randomly (it can be 0);

To use plugin create a new file and execute command Create questions list

Release 1.1.2.

  • Now question inserts into cursor location.

Release 1.1.0.

  • Add global question picking feature

Release 1.0.6

  • Add support for questions files in folders
  • Add autofill for filename
  • Add option to show or hide section headers