card-mod-help 0.14.2 → 0.15.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/style/help.scss +9 -0
- data/data/real.yml +59 -0
- metadata +36 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6ab6445067c7cd41bef39d7be407118785e0b62ca05546529dc4a5629fc37b9
|
4
|
+
data.tar.gz: 4f777a43f0aba36d5935a3947585ea4725cc2b6e79167742f39673f6acc1f171
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f16c367cf5b6adccc058316dbe7a54acdb4aa8d052b4ac7648d569660bcf762eae42b039782326d050fd3b415abe69c82db376c041e3f7b0939d1c3e556c4643
|
7
|
+
data.tar.gz: 799056cfa0fdc4fbc6d63bbc7612f49aef188ca5573fc8111682db6ada44283484324ddcf706382bf492ca239b03a26284870a6516a7a680abe21496dbb58e49
|
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.
|
4
|
+
version: 0.15.1
|
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:
|
13
|
+
date: 2023-03-29 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.
|
21
|
+
version: 1.105.1
|
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.
|
28
|
+
version: 1.105.1
|
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.1
|
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.1
|
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.1
|
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.1
|
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.
|
98
|
+
rubygems_version: 3.3.11
|
68
99
|
signing_key:
|
69
100
|
specification_version: 4
|
70
101
|
summary: card help text and guides
|