card-mod-help 0.14.2 → 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/assets/style/help.scss +9 -0
  3. data/data/real.yml +59 -0
  4. metadata +36 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3364f3a7aae4024565185c5bfe94bcd3af0b4e917b1a7124f331eba9f3ce3ba6
4
- data.tar.gz: c4d748bbd16578129e908cf4b5cecfe937a3b29ed03307951645d38acc3867b2
3
+ metadata.gz: 4505b4f3a6faacc9626e1694d89e6e9d410a1ff08dee105f4964e0c9ecb9de35
4
+ data.tar.gz: 42256d43579e0f0e973e9866e9c3e7f7d26c51ded1e85dba4301b88dadd26206
5
5
  SHA512:
6
- metadata.gz: 0cec43048936cf6c430755fd5a94863058996bcf4b90743941bed282519d5b2b749124636020d33deb167c007d17ca7db118e2598df6ec44ce21749a1de7c2af
7
- data.tar.gz: 03003a18cfe8bbb4546e6e86549bd77f031f9a7e7b9f36059aa908944ef1eb7e412084a2606b0f55adffd6e6ec3bb3a31f6ac384a8d00efefae2cbfd426ed49d
6
+ metadata.gz: ed229b04730d9f8d2cf8146a0c2ef66586fd1fead445f2022474985b9c9d3ce558f0ad24f725b2561f2be4e8672aaee1271a34e325f1c4ae6467579d3b667f18
7
+ data.tar.gz: 37620f153293c08c758190f0fef563ca424123e0acbb5bd653dda2e77ae9e0ffeea295df592ad034e44a50a4a99d1c25a01c5eb09797671e2b726d918dd36b57
@@ -0,0 +1,9 @@
1
+
2
+ /* Help text */
3
+ .help-text {
4
+ color: $text-muted
5
+ }
6
+
7
+ .nav-pills .nav-link.active .help-text {
8
+ color: lighten($primary, 40%);
9
+ }
data/data/real.yml ADDED
@@ -0,0 +1,59 @@
1
+ - :name: "*guide"
2
+ :type: :setting
3
+ :codename: guide
4
+ - :name: "*help"
5
+ :type: :setting
6
+ :codename: help
7
+ :fields:
8
+ :right:
9
+ :fields:
10
+ :create: Help Desk
11
+ :update: Help Desk
12
+ :delete: Help Desk
13
+
14
+ - :name:
15
+ - :all
16
+ - :guide
17
+ :type: :markdown
18
+ :content: "#### Editing Guide\n\nThis default guide will appear in the full editor
19
+ view of any card \nwithout more specific guidance. You can use it to put forward
20
+ principles of style, \nrules of conduct, or any other help text you think may
21
+ be of use to persons editing \ncontent.\n\nGuide content can be edited in [[*guide|*guide
22
+ rules]].\n"
23
+ - :name:
24
+ - :cardtype
25
+ - :type
26
+ - :guide
27
+ :type: :markdown
28
+ :content: "Every Decko card has one and only one __type__.\n\n[[RichText]], [[List]],
29
+ [[Image]], [[Search]], [[JavaScript]], [[User]]... All of these are types. \nTo
30
+ see a given card's type, click its ellipses icon ({{\\_|bridge_link}})\nto go
31
+ to the card dashboard (or \"cardboard\").\n\nTypes are defined with [[Cardtype]]
32
+ cards. For example, the Cardtype card named [[Image]] defines the image\ntype.
33
+ You can create a new type by creating a [[/new/Cardtype|new Cardtype]] card.\n\nTypes
34
+ are a core tool for organizing cards. To decide whether you need\na new type for
35
+ a group of cards, consider whether you want to:\n\n1. ...think up a name for each
36
+ card?\n2. ...create a patterned structure for the group?\n\nAs a rule of thumb,
37
+ if the answer to both is yes, you probably want a new type. There are exceptions,
38
+ of\ncourse: [[\\*autoname|autonaming]], casual [[\\*structure|structures]], etc.\n\nBy
39
+ convention, Cardtype names are usually singular, capitalized nouns. \n\nTo configure
40
+ the structure for a Cardtype, click the \"Configure\" button on a Cardtype cards
41
+ or edit\nthe type's structure rule in the cardboard of _either_ the Cardtype card
42
+ _or_ of any of the cards of that type.\n\nA Cardtype card cannot be deleted as
43
+ long as there are instances of that type."
44
+ - :name:
45
+ - :structure
46
+ - :right
47
+ - :guide
48
+ :type: :markdown
49
+ :content: "[[*structure]] rules govern the type and content of cards in a given
50
+ set. The content of\nevery card in the set is a copy of the structure rule's content.\n\nYou
51
+ can create powerful card structures using [[http://decko.org/contextual_names|contextual
52
+ names]].\nSuppose a structure rule for City cards nests a card named \"+Country\".
53
+ This establishes a pattern in\nwhich every City has a Country field. For example,
54
+ the City card \"Moscow\" would nest a field card\nnamed \"Moscow+Country\" with
55
+ the content \"Russia\". and the card \"Berlin+Country\" could contain \"Germany.\n\nNests
56
+ are easy to create and manage using the nest editor, which can be opened using
57
+ the curly bracket\nicon (\\{{}}). This tool will help you create and configure
58
+ nested fields, both through nest syntax \noptions (which only apply to the fields
59
+ when presented within the structure) and through rules \n(which apply in any context)."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: card-mod-help
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.2
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ethan McCutchen
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-01-08 00:00:00.000000000 Z
13
+ date: 2023-01-04 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: card
@@ -18,14 +18,42 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 1.104.2
21
+ version: 1.105.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - '='
27
27
  - !ruby/object:Gem::Version
28
- version: 1.104.2
28
+ version: 1.105.0
29
+ - !ruby/object:Gem::Dependency
30
+ name: card-mod-markdown
31
+ requirement: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - '='
34
+ - !ruby/object:Gem::Version
35
+ version: 0.15.0
36
+ type: :runtime
37
+ prerelease: false
38
+ version_requirements: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - '='
41
+ - !ruby/object:Gem::Version
42
+ version: 0.15.0
43
+ - !ruby/object:Gem::Dependency
44
+ name: card-mod-permissions
45
+ requirement: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - '='
48
+ - !ruby/object:Gem::Version
49
+ version: 0.15.0
50
+ type: :runtime
51
+ prerelease: false
52
+ version_requirements: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - '='
55
+ - !ruby/object:Gem::Version
56
+ version: 0.15.0
29
57
  description: ''
30
58
  email:
31
59
  - info@decko.org
@@ -33,6 +61,8 @@ executables: []
33
61
  extensions: []
34
62
  extra_rdoc_files: []
35
63
  files:
64
+ - assets/style/help.scss
65
+ - data/real.yml
36
66
  - set/all/guide.rb
37
67
  - set/all/help.rb
38
68
  - set/right/guide.rb
@@ -49,6 +79,7 @@ metadata:
49
79
  wiki_uri: https://decko.org
50
80
  documentation_url: http://docs.decko.org/
51
81
  card-mod: help
82
+ card-mod-group: gem-defaults
52
83
  post_install_message:
53
84
  rdoc_options: []
54
85
  require_paths:
@@ -64,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
95
  - !ruby/object:Gem::Version
65
96
  version: '0'
66
97
  requirements: []
67
- rubygems_version: 3.2.15
98
+ rubygems_version: 3.3.11
68
99
  signing_key:
69
100
  specification_version: 4
70
101
  summary: card help text and guides